Flowdock
method

encode

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActiveSupport::MessageVerifier
encode(data) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/message_verifier.rb, line 121
      def encode(data)
        ::Base64.strict_encode64(data)
      end
Register or log in to add new notes.