# File lib/configatron/root_store.rb, line 61
  def temp(&block)
    temp_start

    begin
      yield
    ensure
      temp_end
    end
  end