diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-04 03:32:42 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-04 03:32:42 +0000 |
| commit | d1d3e2f80f82649ff564093f4a809ed3fbfc148d (patch) | |
| tree | 2813c2f82273e19923458c6833a0c94e4f6808b7 /lib/rss | |
| parent | 3e9e08c2a67cdb147d58df5b1fdebddbbaa45671 (diff) | |
| download | ruby-d1d3e2f80f82649ff564093f4a809ed3fbfc148d.tar.gz ruby-d1d3e2f80f82649ff564093f4a809ed3fbfc148d.tar.xz ruby-d1d3e2f80f82649ff564093f4a809ed3fbfc148d.zip | |
* lib/rss/rss.rb: added copyright header.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss')
| -rw-r--r-- | lib/rss/rss.rb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb index fbd134c9c..9c616238f 100644 --- a/lib/rss/rss.rb +++ b/lib/rss/rss.rb @@ -1,3 +1,8 @@ +# Copyright (c) 2003-2004 Kouhei Sutou. You can redistribute it and/or +# modify it under the same terms as Ruby. +# +# Author:: Kouhei Sutou <kou@cozmixng.org> + require "time" class Time @@ -460,7 +465,7 @@ EOC child.validate end end - must_call_validators = self.class::must_call_validators + must_call_validators = self.class.must_call_validators tags = tag_filter(tags.dup) p tags if DEBUG self.class::NSPOOL.each do |prefix, uri| |
