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