# File lib/multiruby.rb, line 203
  def self.in_build_dir
    in_root_dir "build" do
      yield
    end
  end