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