Module: Chandler::Tasks
- Defined in:
- lib/chandler/tasks.rb
Class Method Summary collapse
Class Method Details
.config ⇒ Object
23 24 25 |
# File 'lib/chandler/tasks.rb', line 23 def self.config @configuration ||= Chandler::Configuration.new end |
.configure {|config| ... } ⇒ Object
27 28 29 |
# File 'lib/chandler/tasks.rb', line 27 def self.configure yield(config) end |