summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-29 06:24:56 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-29 06:24:56 +0000
commit4ff3371f882230ad0253fe2428e3bf8bdfcefee1 (patch)
tree735bcb50a60ecf85542a55ddc39140a5098f0921 /lib
parent4a1c7e5f6df70168b030ef9143f66f8daff0d666 (diff)
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/fileutils.rb3
1 files changed, 0 insertions, 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