# File lib/rcodetools/xmpfilter.rb, line 79
  def initialize_rct_fork
    if Fork::run?
      @interpreter_info = INTERPRETER_FORK
    end
  end