method
new
v1_9_1_378 -
Show latest stable
- Class:
PrettyPrint::Breakable
new(sep, width, q)public
No documentation available.
# File lib/prettyprint.rb, line 262
def initialize(sep, width, q)
@obj = sep
@width = width
@pp = q
@indent = q.indent
@group = q.current_group
@group.breakables.push self
end