summaryrefslogtreecommitdiff
path: root/lib/debug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.rb')
-rw-r--r--lib/debug.rb2
1 files changed, 1 insertions, 1 deletions
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