Flowdock
method

inspect

Importance_0
inspect() public

No documentation

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

Hide source
# File ext/socket/lib/socket.rb, line 663
    def inspect # :nodoc:
      "\#<#{self.class}: #{@remote_address.inspect_sockaddr} to #{@local_address.inspect_sockaddr}>"
    end
Register or log in to add new notes.