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

* lib/fileutils.rb: should not inherit ftools.rb's misfeature.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2002-12-29 06:24:56 +00:00
parent 4a1c7e5f6d
commit 4ff3371f88

View file

@ -632,9 +632,6 @@ module FileUtils
def fu_parseargs( optargs, *optdecl )
table = Hash.new(false)
if optargs.last == true or optargs.last == false
table[:verbose] = optargs.pop
end
optargs.each do |opt|
table[opt] = true
end