base64.diff
| lib/base64.rb (working copy) | ||
|---|---|---|
| 1 | 1 |
# |
| 2 |
# = base64.rb: methods for base64-encoding and -decoding stings |
|
| 2 |
# = base64.rb: methods for base64-encoding and -decoding strings
|
|
| 3 | 3 |
# |
| 4 | 4 | |
| 5 | 5 |
# The Base64 module provides for the encoding (#encode64, #strict_encode64, |