method

new

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

No documentation available.

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