Parent

Methods

Unifier

Quick and easy SexpProcessor that unified the sexp structure.

Public Class Methods

new() click to toggle source
     # File lib/unified_ruby.rb, line 416
416:   def initialize
417:     super
418:     self << PreUnifier.new
419:     self << PostUnifier.new
420:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.