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