# File lib/moneta/file.rb, line 56 def [](key) if ::File.exist?(path(key)) Marshal.load(::File.read(path(key))) end end