This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.
strict_encode64(value)
Included in Ruby 1.9
# File activesupport/lib/active_support/base64.rb, line 29 def Base64.strict_encode64(value) encode64(value).gsub(/\n/, '') end