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