summaryrefslogtreecommitdiff
path: root/lib/pp.rb
diff options
context:
space:
mode:
-rw-r--r--lib/pp.rb2
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ class PP < PrettyPrint
#
# PP.pp returns +out+.
def PP.pp(obj, out=$>, width=width_for(out))
- q = PP.new(out, width)
q.guard_inspect_key {q.pp obj}
q.flush
#$pp = q