# File lib/unified_ruby.rb, line 416
  def initialize
    super
    self << PreUnifier.new
    self << PostUnifier.new
  end