# File lib/multiruby.rb, line 215
  def self.in_root_dir subdir = ""
    Dir.chdir File.join(self.root_dir, subdir) do
      yield
    end
  end