method

add

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

No documentation available.

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