Class | PrettyPrint::Breakable |
In: |
prettyprint.rb
|
Parent: | Object |
indent | [R] | |
obj | [R] | |
width | [R] |
# File prettyprint.rb, line 280 def initialize(sep, width, q) @obj = sep @width = width @pp = q @indent = q.indent @group = q.current_group @group.breakables.push self end