Class: Unifier

Inherits:
CompositeSexpProcessor
  • Object
show all
Defined in:
lib/unified_ruby.rb

Overview

Quick and easy SexpProcessor that unified the sexp structure.

Instance Method Summary collapse

Constructor Details

#initializeUnifier

Returns a new instance of Unifier.



388
389
390
391
392
# File 'lib/unified_ruby.rb', line 388

def initialize
  super
  self << PreUnifier.new
  self << PostUnifier.new
end