method
coerce
v1_9_1_378 -
Show latest stable
- Class:
URI::Generic
coerce(oth)public
No documentation available.
# 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