111 112 113
# File 'lib/brief/model.rb', line 111 def purge models.reject! {|model| !model.document.path.exist? } end