# File lib/fakefs/base.rb, line 74
    def with_fresh(&block)
      clear!
      with(&block)
    end