* 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:
parent
4a1c7e5f6d
commit
4ff3371f88
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user