diff options
author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-14 04:36:35 +0000 |
---|---|---|
committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-14 04:36:35 +0000 |
commit | 671df09e8046ea61f50a614710f7f4ff52f71b34 (patch) | |
tree | 76a4a2a7a36a5f9688f2ac1d00e2f88d8e92e57f /lib/rss | |
parent | c87d203c207bfa3cf334bc10a20590b386b718c4 (diff) | |
download | ruby-671df09e8046ea61f50a614710f7f4ff52f71b34.tar.gz ruby-671df09e8046ea61f50a614710f7f4ff52f71b34.tar.xz ruby-671df09e8046ea61f50a614710f7f4ff52f71b34.zip |
* added link to Tutorial.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss')
-rw-r--r-- | lib/rss/rss.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb index 9db5f5a6f..13eaf7c50 100644 --- a/lib/rss/rss.rb +++ b/lib/rss/rss.rb @@ -2,6 +2,7 @@ # modify it under the same terms as Ruby. # # Author:: Kouhei Sutou <kou@cozmixng.org> +# Tutorial:: http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS+Parser%3A%3ATutorial.en require "time" |