# File lib/plucky/query.rb, line 83
      def find_one(opts={})
        query = clone.amend(opts)
        query.collection.find_one(query.criteria_hash, query.options_hash)
      end