mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rss/rss.rb: added copyright header.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b7aacc5b69
commit
e2bd7aebeb
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sun Jul 4 12:24:50 2004 Kouhei Sutou <kou@cozmixng.org>
|
||||||
|
|
||||||
|
* lib/rss/rss.rb: added copyright header.
|
||||||
|
|
||||||
Sat Jul 3 22:25:27 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
Sat Jul 3 22:25:27 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
||||||
|
|
||||||
* added files:
|
* added files:
|
||||||
|
|
|
@ -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"
|
require "time"
|
||||||
|
|
||||||
class Time
|
class Time
|
||||||
|
@ -460,7 +465,7 @@ EOC
|
||||||
child.validate
|
child.validate
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
must_call_validators = self.class::must_call_validators
|
must_call_validators = self.class.must_call_validators
|
||||||
tags = tag_filter(tags.dup)
|
tags = tag_filter(tags.dup)
|
||||||
p tags if DEBUG
|
p tags if DEBUG
|
||||||
self.class::NSPOOL.each do |prefix, uri|
|
self.class::NSPOOL.each do |prefix, uri|
|
||||||
|
|
Loading…
Reference in a new issue