In: |
prettyprint.rb
|
Parent: | Object |
# File prettyprint.rb, line 277 def initialize(sep, width, pp) @obj = sep @width = width @pp = pp @indent = pp.indent @group = pp.current_group @group.breakables.push self end