diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-12-31 15:02:22 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-12-31 15:02:22 +0000 |
| commit | 4ef881bd15c9c4e2e9b20da2c091e80d4d530119 (patch) | |
| tree | 7b725552a9a4ded93849ca2faab1b257f7761790 /lib/rss | |
| parent | 182520b0acc5eea4da52bc8734dc5e3280ce5f94 (diff) | |
| download | ruby-4ef881bd15c9c4e2e9b20da2c091e80d4d530119.tar.gz ruby-4ef881bd15c9c4e2e9b20da2c091e80d4d530119.tar.xz ruby-4ef881bd15c9c4e2e9b20da2c091e80d4d530119.zip | |
* Merge YARV
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss')
| -rw-r--r-- | lib/rss/0.9.rb | 2 | ||||
| -rw-r--r-- | lib/rss/dublincore.rb | 2 | ||||
| -rw-r--r-- | lib/rss/parser.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/rss/0.9.rb b/lib/rss/0.9.rb index f0060cbad..900536869 100644 --- a/lib/rss/0.9.rb +++ b/lib/rss/0.9.rb @@ -17,7 +17,7 @@ module RSS include RSS09 include RootElementMixin - include XMLStyleSheetMixin + # include XMLStyleSheetMixin [ ["channel", nil], diff --git a/lib/rss/dublincore.rb b/lib/rss/dublincore.rb index 5571640bf..af64d1918 100644 --- a/lib/rss/dublincore.rb +++ b/lib/rss/dublincore.rb @@ -69,7 +69,7 @@ module RSS } ELEMENT_NAME_INFOS = DublinCoreModel::TEXT_ELEMENTS.to_a - DublinCoreModel::DATE_ELEMENTS.each do |name, | + DublinCoreModel::DATE_ELEMENTS.each do |name, _| ELEMENT_NAME_INFOS << [name, nil] end diff --git a/lib/rss/parser.rb b/lib/rss/parser.rb index e63e06e20..e27297899 100644 --- a/lib/rss/parser.rb +++ b/lib/rss/parser.rb @@ -247,7 +247,7 @@ module RSS end end EOT - __send__("private", "start_#{name}") + __send!("private", "start_#{name}") end end |
