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