# File lib/ruote/storage/fs_storage.rb, line 72
    def put (doc, opts={})

      @cloche.put(doc.merge!('put_at' => Ruote.now_to_utc_s), opts)
    end