method

tree

v1_8_7_330 - Show latest stable - Class: WadlerExample
tree(width)
public

No documentation available.

# File lib/prettyprint.rb, line 466
    def tree(width)
      PrettyPrint.format('', width) {|q| @tree.show(q)}
    end