# File lib/multiruby.rb, line 197
  def self.in_install_dir
    Dir.chdir File.join(self.root_dir, "install") do
      yield
    end
  end