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