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