method

tree

v1_8_6_287 - 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