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

  
  
  