# File lib/multiruby.rb, line 191
  def self.in_build_dir
    Dir.chdir File.join(self.root_dir, "build") do
      yield
    end
  end