Method: ActiveSupport::MessageEncryptor::NullSerializer.dump

Defined in:
activesupport/lib/active_support/message_encryptor.rb

.dump(value) ⇒ Object



110
111
112
# File 'activesupport/lib/active_support/message_encryptor.rb', line 110

def self.dump(value)
  value
end