mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fix typo [ci skip]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
begin
|
||||
require 'base64'
|
||||
rescue LoadError
|
||||
# The Base64 module isn't available in ealier versions of Ruby 1.9.
|
||||
# The Base64 module isn't available in earlier versions of Ruby 1.9.
|
||||
module Base64
|
||||
# Encodes a string to its base 64 representation. Each 60 characters of
|
||||
# output is separated by a newline character.
|
||||
|
||||
Reference in New Issue
Block a user