mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove a redundant `*' against an array. (sync with 1.7)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
371a60a4e2
commit
a84a284a3b
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ class Shell
|
|||
return unless yorn
|
||||
|
||||
_head = true
|
||||
print *opts.collect{|mes|
|
||||
print opts.collect{|mes|
|
||||
mes = mes.dup
|
||||
yield mes if iterator?
|
||||
if _head
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue