Module: Dotum

Extended by:
AutoloadConvention
Defined in:
lib/dotum/autoload_convention.rb,
lib/dotum.rb,
lib/dotum/version.rb

Overview

Autoload Convention

We adhere to a strict convention for the constants in this library:

‘Camel::Caps::BasedConstants` map to their underscore variants of `camel/caps/based_constants`.

Each autoloadable parent module/class only needs to to ‘extend` the `AutoloadConvention` to bootstrap this behavior.

Defined Under Namespace

Modules: AbstractRules, AutoloadConvention, RuleDSL, RuleOptionsDSL, Rules, StandardOptions, Util Classes: CLI, Context, Logger, OptionsContext, RuleRunner

Constant Summary collapse

LIB_PATH =
Dotum::Util::Path.new("..",         __FILE__)
DATA_PATH =
Dotum::Util::Path.new("../../data", __FILE__)
EXTERN_PATH =
Dotum::Util::Path.new("../../extern", __FILE__)
VERSION =
"0.0.0"

Method Summary

Methods included from AutoloadConvention

const_missing