# File lib/active_support/base64.rb, line 42 def self.decode64(value) ActiveSupport::Deprecation.warn "ActiveSupport::Base64.decode64 " "is deprecated. Use Base64.decode64 instead", caller ::Base64.decode64(value) end
Generated with the Darkfish Rdoc Generator 2.