Methods

URI::Kernel

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.