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