method
inspect
inspect()
public
Hide source
# File lib/net/http.rb, line 475 def inspect "#<#{self.class} #{@address}:#{@port} open=#{started?}>" end