# File lib/moneta/adapters/file.rb, line 25 def load(key, options = {}) ::File.read(store_path(key)) rescue Errno::ENOENT end