# File lib/more/facets/uri.rb, line 185
def
uri
(
s
,
w
=
%r{[^a-zA-Z_0-9./-]}
)
URI
.
escape
(
s
,
w
)
end