method
new
ruby 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