# File lib/moneta/basic_file.rb, line 52
    def raw_get(key)
      Marshal.load(::File.read(path(key)))
    end