# File lib/multiruby.rb, line 221
  def self.in_tmp_dir
    in_root_dir "tmp" do
      yield
    end
  end