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