Parent

Methods

Files

Class/Module 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
def decode(str); str.reverse; end
encode(str) click to toggle source
# File lib/rack/session/cookie.rb, line 77
def encode(str); str.reverse; end

[Validate]

Generated with the Darkfish Rdoc Generator 2.