Build a query for this collection.
Build a query based on the provided selector.
collection.find(name: "Placebo")
Parameters:
The query selector.
Returns:
The generated query.
Since:
1.0.0
77 78 79
# File 'lib/moped/collection.rb', line 77 def find(selector = {}) Query.new(self, selector) end