# File lib/active_support/base64.rb, line 17
      def self.decode64(data)
        data.unpack("m").first
      end