class method
self.strict_encode64
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5Signature
self.strict_encode64(value)
Included in Ruby 1.9
Parameters
-
valuereq
Source
# File activesupport/lib/active_support/base64.rb, line 29
def Base64.strict_encode64(value)
encode64(value).gsub(/\n/, '')
end
Defined in activesupport/lib/active_support/base64.rb line 29
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Base64