Method: ElasticRecord::Relation::SearchMethods#limit

Defined in:
lib/elastic_record/relation/search_methods.rb

#limit(value) ⇒ Object



94
95
96
# File 'lib/elastic_record/relation/search_methods.rb', line 94

def limit(value)
  clone.limit!(value)
end