method
encode64
v2.1.0 -
Show latest stable
- Class:
ActiveSupport::Base64
encode64(data)public
No documentation available.
# File activesupport/lib/active_support/base64.rb, line 13
def self.encode64(data)
[data].pack("m")
end