# File lib/active_support/base64.rb, line 42 42: def self.decode64(value) 43: ActiveSupport::Deprecation.warn "ActiveSupport::Base64.decode64 " "is deprecated. Use Base64.decode64 instead", caller 44: ::Base64.decode64(value) 45: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.