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