method

encode

rails latest stable - Class: ActiveSupport::MessageVerifier

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

encode(data)
private

No documentation available.

# File activesupport/lib/active_support/message_verifier.rb, line 194
      def encode(data)
        ::Base64.strict_encode64(data)
      end