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:
parent
4a1c7e5f6d
commit
4ff3371f88
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue