1
0
Fork 0
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:
knu 2001-06-23 10:15:44 +00:00
parent 371a60a4e2
commit a84a284a3b

View file

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