# File lib/moneta/file.rb, line 76
      def clear
        FileUtils.rm_rf(@directory)
        FileUtils.mkdir(@directory)
      end