Skip to content

Commit

Permalink
stdlib: Deleted the whitespece of end of line, and fixed the petty typo.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@5078 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
Watson1978 committed Dec 23, 2010
1 parent e6576c2 commit 4b368bd
Show file tree
Hide file tree
Showing 43 changed files with 488 additions and 488 deletions.
8 changes: 4 additions & 4 deletions lib/base64.rb
@@ -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,
Expand All @@ -8,12 +8,12 @@
#
# == Example
#
# A simple encoding and decoding.
#
# A simple encoding and decoding.
#
# require "base64"
#
# enc = Base64.encode64('Send reinforcements')
# # -> "U2VuZCByZWluZm9yY2VtZW50cw==\n"
# # -> "U2VuZCByZWluZm9yY2VtZW50cw==\n"
# plain = Base64.decode64(enc)
# # -> "Send reinforcements"
#
Expand Down

0 comments on commit 4b368bd

Please sign in to comment.