# File lib/prettyprint.rb, line 250
    def output(out, output_width)
      @objs.each {|obj| out << obj}
      output_width + @width
    end