Module: Ec::Jigs
- Extended by:
- Jigs
- Included in:
- Jigs
- Defined in:
- lib/ec/jigs.rb,
lib/ec/jigs/version.rb,
lib/ec/jigs/config_agent.rb,
lib/ec/jigs/configuration.rb
Defined Under Namespace
Classes: ConfigAgent, Configuration, Error
Constant Summary
collapse
- VERSION =
"0.1.1"
Instance Method Summary
collapse
Instance Method Details
#configuration ⇒ Object
19
20
21
|
# File 'lib/ec/jigs.rb', line 19
def configuration
@configuration ||= Ec::Jigs::Configuration.new
end
|
13
14
15
16
17
|
# File 'lib/ec/jigs.rb', line 13
def configure
yield configuration
ensure
ConfigAgent.load!
end
|