* 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
@ -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…
x
Reference in New Issue
Block a user