Module: Well

Defined in:
lib/well.rb,
lib/well/dsl.rb,
lib/well/block.rb,
lib/well/config.rb,
lib/well/element.rb,
lib/well/version.rb,
lib/well/component.rb

Overview

Namespace module.

Author:

Defined Under Namespace

Modules: Component, DSL Classes: Block, Config, Element

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.configConfig

Allows access to the Config singleton object.

Returns:



20
21
22
# File 'lib/well/config.rb', line 20

def self.config
  Config.instance
end