method
encode
v5.0.0.1 -
Show latest stable
- Class:
ActiveSupport::MessageVerifier
encode(data)private
No documentation available.
# File activesupport/lib/active_support/message_verifier.rb, line 121
def encode(data)
::Base64.strict_encode64(data)
end