method
coerce

coerce(oth)
public
Hide source
# File lib/uri/generic.rb, line 1117 def coerce(oth) case oth when String oth = @parser.parse(oth) else super end return oth, self end