From e2bd7aebeb2d77b555e0aee1d1b95e2cb721afc7 Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 4 Jul 2004 03:26:23 +0000 Subject: * lib/rss/rss.rb: added copyright header. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rss/rss.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb index fbd134c9c9..9c616238fe 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 + 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| -- cgit v1.2.3