method
fallback?
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::Messages::SerializerWithFallback::AllowMarshal
fallback?(format)private
No documentation available.
# File activesupport/lib/active_support/messages/serializer_with_fallback.rb, line 50
def fallback?(format)
super || format == :marshal
end