Module: Mexico::Core::CorpusCore

Included in:
FileSystem::Corpus
Defined in:
lib/mexico/core/corpus_core.rb

Overview

The Corpus core module contains methods for implementations of the corpus class that are independent of the implementation.

Instance Method Summary collapse

Instance Method Details

#core_included?Boolean

simple test method that can be called to see whether the module was included successfully

Returns:

  • (Boolean)


33
34
35
# File 'lib/mexico/core/corpus_core.rb', line 33

def core_included?
  true
end