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/branches/ruby_1_8@23636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e442309d4c
commit
0db80d4ba1
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 06:12:26 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* enum.c (first_i): Enumerator#first should consume only what is
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# = base64.rb: methods for base64-encoding and -decoding stings
|
||||
# = base64.rb: methods for base64-encoding and -decoding strings
|
||||
#
|
||||
# Author:: Yukihiro Matsumoto
|
||||
# Documentation:: Dave Thomas and Gavin Sinclair
|
||||
|
|
Loading…
Add table
Reference in a new issue