method

tree

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

No documentation available.

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