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