# File lib/moneta/file.rb, line 50
      def key?(key)
        ::File.exist?(path(key))
      end