Module: Coursemology::Evaluator
- Extended by:
- ActiveSupport::Autoload
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/coursemology/evaluator/version.rb,
lib/coursemology/evaluator.rb
Defined Under Namespace
Modules: Logging, Models, Services, Utils Classes: CLI, Client, DockerContainer, StringIO
Constant Summary collapse
- VERSION =
'0.1.9'.freeze
Class Method Summary collapse
Class Method Details
.eager_load! ⇒ Object
36 37 38 39 40 |
# File 'lib/coursemology/evaluator.rb', line 36 def self.eager_load! super Coursemology::Polyglot.eager_load! Logging.eager_load! end |