method
decode
v4.2.9 -
Show latest stable
- Class:
ActiveSupport::MessageVerifier
decode(data)private
No documentation available.
# File activesupport/lib/active_support/message_verifier.rb, line 63
def decode(data)
::Base64.strict_decode64(data)
end