mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)
* lib/rss/rss.rb : removed needless argument 'prefix'. * lib/rss/parser.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2f30b86dca
commit
b8bc7eb644
3 changed files with 5 additions and 4 deletions
|
@ -665,7 +665,7 @@ EOC
|
|||
end
|
||||
end
|
||||
|
||||
def set_next_element(prefix, tag_name, next_element)
|
||||
def set_next_element(tag_name, next_element)
|
||||
klass = next_element.class
|
||||
prefix = ""
|
||||
prefix << "#{klass.required_prefix}_" if klass.required_prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue