Method: AnyQuery::Query#where

Defined in:
lib/any_query/query.rb

#where(options) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



23
24
25
# File 'lib/any_query/query.rb', line 23

def where(options)
  dup.where!(options)
end