# File lib/multiruby.rb, line 203
  def self.in_root_dir
    Dir.chdir self.root_dir do
      yield
    end
  end