method

decode64

decode64(data)
public

No documentation available.

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