method
inspect
inspect()
public
Hide source
# File lib/uri/generic.rb, line 1566 def inspect @@to_s.bind(self).call.sub!(/>\z/) {" URL:#{self}>"} end