From 4ff3371f882230ad0253fe2428e3bf8bdfcefee1 Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 29 Dec 2002 06:24:56 +0000 Subject: * 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 --- lib/fileutils.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/fileutils.rb b/lib/fileutils.rb index ce1d6cdba4..b0fd62b0f2 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -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 -- cgit v1.2.3