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