Methods

URI::Kernel

Public Instance Methods

unuri(s) click to toggle source
# File lib/standard/facets/uri.rb, line 190
def unuri(s)
  URI.unescape(s)
end
uri(s, w=%r{[^a-zA-Z_0-9./-]}) click to toggle source
# 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.