From c47f24027a3473fbdf9510cc300565fb1e6f1db8 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 11 Sep 2002 12:29:17 +0000 Subject: * pp.rb (ARGF.pretty_print): implemented. (PP.pp): arguments reordered. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/debug.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/debug.rb') diff --git a/lib/debug.rb b/lib/debug.rb index 071840d65e..b6625848b3 100644 --- a/lib/debug.rb +++ b/lib/debug.rb @@ -507,7 +507,7 @@ class Context end when /^\s*pp\s+/ - PP.pp(debug_eval($', binding), 79, stdout) + PP.pp(debug_eval($', binding), stdout) when /^\s*p\s+/ stdout.printf "%s\n", debug_eval($', binding).inspect -- cgit v1.2.3