From abdb27bf16d9938299ba9724cc2655c924f0dcbc Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 13 Apr 2005 13:24:59 +0000 Subject: * 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 --- lib/optparse.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/optparse.rb b/lib/optparse.rb index 765344adb7..1c3fd19bed 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -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 -- cgit v1.2.3