[Source]
# File lib/more/facets/uri.rb, line 228 228: def unuri(s) 229: URI.unescape(s) 230: end
# File lib/more/facets/uri.rb, line 223 223: def uri(s, w=%r{[^a-zA-Z_0-9./-]}) 224: URI.escape(s, w) 225: end
[Validate]