1
0
Fork 0
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:
nobu 2005-04-13 13:24:59 +00:00
parent 4eede6b4a1
commit abdb27bf16

View file

@ -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