Methods
unuri
uri
Public Instance methods
[ + ]
# File lib/lore/facets/uri.rb, line 228 def unuri(s) URI.unescape(s) end
[ + ]
# File lib/lore/facets/uri.rb, line 223 def uri(s, w=%r{[^a-zA-Z_0-9./-]}) URI.escape(s, w) end
Module URI::Kernel |
|