method
new
new(output, maxwidth=nil, newline=nil)
public
Hide source
# File lib/prettyprint.rb, line 361 def initialize(output, maxwidth=nil, newline=nil) @output = output @first = [true] end