Module: Chimera::Indexes

Included in:
Base
Defined in:
lib/chimera/indexes.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Constant Summary collapse

SEARCH_EXCLUDE_LIST =
%w(a an and as at but by for in into of on onto to the)

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
8
# File 'lib/chimera/indexes.rb', line 5

def self.included(base)
  base.send :extend, ClassMethods
  base.send :include, InstanceMethods
end