method
inspect
v1_9_2_180 -
Show latest stable
- Class:
Net::HTTP
inspect()public
No documentation available.
# File lib/net/http.rb, line 533
def inspect
"#<#{self.class} #{@address}:#{@port} open=#{started?}>"
end inspect()No documentation available.
# File lib/net/http.rb, line 533
def inspect
"#<#{self.class} #{@address}:#{@port} open=#{started?}>"
end