Flowdock
method

inspect

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: Session
inspect() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/request/session.rb, line 142
      def inspect
        if loaded?
          super
        else
          "#<#{self.class}:0x#{(object_id << 1).to_s(16)} not yet loaded>"
        end
      end
Register or log in to add new notes.