# File lib/multiruby.rb, line 209
  def self.in_install_dir
    in_root_dir "install" do
      yield
    end
  end