There's no documentation for this item.
# File uri/generic.rb, line 1110 def coerce(oth) case oth when String oth = URI.parse(oth) else super end return oth, self end
<code/>
<pre/>
<code/>and<pre/>for code samples.