method

inspect

rails latest stable - Class: ActiveSupport::MessageEncryptor
inspect()
public

No documentation available.

# File activesupport/lib/active_support/message_encryptor.rb, line 264
    def inspect # :nodoc:
      "#<#{self.class.name}:#{'%#016x' % (object_id << 1)}>"
    end