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