* 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
Родитель 4eede6b4a1
Коммит abdb27bf16
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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