class HTTP::URI

def inspect

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