Method: ElasticRecord::Relation::SearchMethods#extending

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

#extending(*modules, &block) ⇒ Object



169
170
171
# File 'lib/elastic_record/relation/search_methods.rb', line 169

def extending(*modules, &block)
  clone.extending!(*modules, &block)
end