# File lib/moneta/adapters/file.rb, line 20 def key?(key, options = {}) ::File.exist?(store_path(key)) end