# File lib/prettyprint.rb, line 345
    def initialize(output, maxwidth=nil, newline=nil)
      @output = output
      @first = [true]
    end