Flowdock
output(out, output_width) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/prettyprint.rb, line 266
    def output(out, output_width)
      @objs.each {|obj| out << obj}
      output_width + @width
    end
Register or log in to add new notes.