diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-18 13:37:10 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-18 13:37:10 +0000 |
commit | 92f480254b9c33907f92c74ad195327cfda2ed6f (patch) | |
tree | 14c9a6deb0d454b3123a56a12f830344ed9b65dd /lib/rss/atom.rb | |
parent | e2e29af2b6054dee368de55ba522c58f9038574e (diff) | |
download | ruby-92f480254b9c33907f92c74ad195327cfda2ed6f.tar.gz ruby-92f480254b9c33907f92c74ad195327cfda2ed6f.tar.xz ruby-92f480254b9c33907f92c74ad195327cfda2ed6f.zip |
* lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,
test/rss/rss-assertions.rb, test/rss/test_atom.rb: use
pack/unpack("m") instead of base64 library.
* lib/webrick/httpproxy.rb: use delete("\n") instead of chomp/chop
because the result of pack("m") might be multi-line.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss/atom.rb')
-rw-r--r-- | lib/rss/atom.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rss/atom.rb b/lib/rss/atom.rb index 7cba934fe..10282a874 100644 --- a/lib/rss/atom.rb +++ b/lib/rss/atom.rb @@ -1,4 +1,3 @@ -require 'base64' require 'rss/parser' module RSS |