method

encode64

encode64(data)
public

No documentation available.

# File activesupport/lib/active_support/base64.rb, line 13
      def self.encode64(data)
        [data].pack("m")
      end