mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cab726cfac
commit
6c987f3e06
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Jun 4 02:25:51 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]
|
||||
|
||||
Wed Jun 3 09:03:23 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* enum.c (enum_first): should check negative length.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# = base64.rb: methods for base64-encoding and -decoding stings
|
||||
# = base64.rb: methods for base64-encoding and -decoding strings
|
||||
#
|
||||
|
||||
# The Base64 module provides for the encoding (#encode64, #strict_encode64,
|
||||
|
|
Loading…
Reference in a new issue