27 28 29
# File 'lib/mongo_db/model/query.rb', line 27 def first! selector = {}, opts = {} first(selector, opts) || raise(Mongo::NotFound, "document with selector #{selector} not found!") end