Method: Authlogic::TestCase::MockEncryptedCookieJar.decrypt
- Defined in:
- lib/authlogic/test_case/mock_cookie_jar.rb
.decrypt(str) ⇒ Object
104 105 106 |
# File 'lib/authlogic/test_case/mock_cookie_jar.rb', line 104 def self.decrypt(str) str.unpack("U*").map(&:pred).pack("U*") end |