class HTTP::URI

def inspect

Returns:
  • (String) - human-readable representation of URI
def inspect
  format("#<%s:%#0x URI:%s>", self.class, object_id, to_s)
end