method

new

v1_8_6_287 - Show latest stable - Class: WadlerExample::Tree
new(string, *children)
public

No documentation available.

# File lib/prettyprint.rb, line 578
      def initialize(string, *children)
        @string = string
        @children = children
      end