# File lib/standard/facets/uri.rb, line 190 def unuri(s) URI.unescape(s) end
# File lib/standard/facets/uri.rb, line 185 def uri(s, w=%{[^a-zA-Z_0-9./-]}) URI.escape(s, w) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.