Method: ActiveSupport::MessageEncryptor#inspect

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

#inspectObject

:nodoc:



264
265
266
# File 'activesupport/lib/active_support/message_encryptor.rb', line 264

def inspect # :nodoc:
  "#<#{self.class.name}:#{'%#016x' % (object_id << 1)}>"
end