mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rss: rss/parser.rb is always required.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
202bf6618f
commit
46f6b20268
8 changed files with 47 additions and 59 deletions
|
@ -46,11 +46,9 @@ module RSS
|
|||
class Textinput; include DublincoreModel; end
|
||||
end
|
||||
|
||||
if const_defined? :BaseListener
|
||||
prefix_size = DC_PREFIX.size + 1
|
||||
DublincoreModel::ELEMENTS.each do |x|
|
||||
BaseListener.install_get_text_element(x[prefix_size..-1], DC_URI, "#{x}=")
|
||||
end
|
||||
prefix_size = DC_PREFIX.size + 1
|
||||
DublincoreModel::ELEMENTS.each do |x|
|
||||
BaseListener.install_get_text_element(x[prefix_size..-1], DC_URI, "#{x}=")
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue