Flowdock
new(output, maxwidth=nil, newline=nil) 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 345
    def initialize(output, maxwidth=nil, newline=nil)
      @output = output
      @first = [true]
    end
Register or log in to add new notes.