Method: Chewy::Index.scopes

Defined in:
lib/chewy/index.rb

.scopesObject

Returns list of public class methods defined in current index



196
197
198
# File 'lib/chewy/index.rb', line 196

def scopes
  public_methods - Chewy::Index.public_methods
end