In: |
prettyprint.rb
|
Parent: | Test::Unit::TestCase |
# File prettyprint.rb, line 824 def format(width) PrettyPrint.format([], width, 'newline', lambda {|n| "#{n} spaces"}) {|pp| pp.text(3, 3) pp.breakable(1, 1) pp.text(3, 3) } end