method
inspect
v7.1.3.2 -
Show latest stable
- Class:
ActionCable::Connection::Base
inspect()public
No documentation available.
# File actioncable/lib/action_cable/connection/base.rb, line 155
def inspect # :nodoc:
"#<#{self.class.name}:#{'%#016x' % (object_id << 1)}>"
end