Module: Anachronic::Configuration
- Included in:
- Anachronic
- Defined in:
- lib/anachronic/configuration.rb
Class Method Summary collapse
Class Method Details
.config ⇒ Object
13 14 15 |
# File 'lib/anachronic/configuration.rb', line 13 def self.config @config || configure end |
.configure {|@config| ... } ⇒ Object
7 8 9 10 11 |
# File 'lib/anachronic/configuration.rb', line 7 def self.configure @config ||= OpenStruct.new yield(@config) if block_given? @config end |