module Mexico::Core::CorpusCore

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

Public Instance Methods

core_included?() click to toggle source

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

# File lib/mexico/core/corpus_core.rb, line 33
def core_included?
  true
end