# File lib/rack/session/cookie.rb, line 51
        def decode(str)
          str.unpack('m').first
        end