Object
Reverse string encoding. (trollface)
# File lib/rack/session/cookie.rb, line 76 def decode(str); str.reverse; end
# File lib/rack/session/cookie.rb, line 75 def encode(str); str.reverse; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.