Not found
The exact documentation you were looking for could not be found. Here is the best guess.
inspect()
public
Provide human-readable stringification of class state.
Show source
def inspect
+"#<#{self.class} #{@address}:#{@port} open=#{@started}>"
end