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

* lib/rss/rss.rb : removed needless argument 'prefix'.

* lib/rss/parser.rb: ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2005-11-17 04:53:59 +00:00
parent f3727f5928
commit 88a13516ec
3 changed files with 8 additions and 4 deletions

View file

@ -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