In: |
pp.rb
|
Parent: | PrettyPrint |
sharing_detection | [RW] |
# File pp.rb, line 137 def PP.pp(obj, out=$>, width=79) pp = PP.new(out, width) pp.guard_inspect_key {pp.pp obj} pp.flush #$pp = pp out << "\n" end