diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-29 06:24:56 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-29 06:24:56 +0000 |
| commit | 16f3d4aab7a075c321944dc42fe927c14a3fa4ca (patch) | |
| tree | 735bcb50a60ecf85542a55ddc39140a5098f0921 /lib | |
| parent | 8c25035da9eb1d15c9ac6848cef51244eeb0dfe5 (diff) | |
| download | ruby-16f3d4aab7a075c321944dc42fe927c14a3fa4ca.tar.gz ruby-16f3d4aab7a075c321944dc42fe927c14a3fa4ca.tar.xz ruby-16f3d4aab7a075c321944dc42fe927c14a3fa4ca.zip | |
* lib/fileutils.rb: should not inherit ftools.rb's misfeature.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fileutils.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/fileutils.rb b/lib/fileutils.rb index ce1d6cdba..b0fd62b0f 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 |
