| Class | NonString |
| In: |
lib/prettyprint.rb
|
| Parent: | Test::Unit::TestCase |
# File lib/prettyprint.rb, line 809
809: def format(width)
810: PrettyPrint.format([], width, 'newline', lambda {|n| "#{n} spaces"}) {|q|
811: q.text(3, 3)
812: q.breakable(1, 1)
813: q.text(3, 3)
814: }
815: end