mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/optparse.rb (OptionParser#order!): delete debug output.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4eede6b4a1
commit
abdb27bf16
1 changed files with 0 additions and 2 deletions
|
@ -1351,8 +1351,6 @@ class OptionParser
|
|||
# non-option argument
|
||||
else
|
||||
catch(:prune) do
|
||||
require 'pp'
|
||||
pp @stack
|
||||
visit(:each_option) do |sw|
|
||||
sw.block.call(arg) if Switch === sw and sw.match_nonswitch?(arg)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue