1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rss/0.9.rb (RSS::Rss): removed needless include.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2006-11-06 11:14:37 +00:00
parent 1d82954444
commit f177bcdd0a
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Nov 6 20:11:20 2006 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/0.9.rb (RSS::Rss): removed needless include.
Mon Nov 6 15:41:55 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/lib/tk/itemconfig.rb: ext/tk/lib/tk/itemconfig.rb: bug

View file

@ -17,7 +17,6 @@ module RSS
include RSS09
include RootElementMixin
include XMLStyleSheetMixin
%w(channel).each do |name|
install_have_child_element(name, "", nil)