method

add

v1_8_7_72 - Show latest stable - Class: PrettyPrint::Text
add(obj, width)
public

No documentation available.

# File lib/prettyprint.rb, line 255
    def add(obj, width)
      @objs << obj
      @width += width
    end