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