Parent

Methods

Class Index [+]

Quicksearch

Rack::Session::Cookie::Reverse

Reverse string encoding. (trollface)

Public Instance Methods

decode(str) click to toggle source
    # File lib/rack/session/cookie.rb, line 78
78:         def decode(str); str.reverse; end
encode(str) click to toggle source
    # File lib/rack/session/cookie.rb, line 77
77:         def encode(str); str.reverse; end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.