method

new

new(string, *children)
public

No documentation available.

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