Method: AnyQuery::Query#limit
- Defined in:
- lib/any_query/query.rb
#limit(limit) ⇒ 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.
31 32 33 |
# File 'lib/any_query/query.rb', line 31 def limit(limit) dup.limit!(limit) end |