Module: Burst
- Defined in:
- lib/burst.rb,
lib/burst/configuration.rb
Defined Under Namespace
Modules: Builder, Model, WorkflowHelper
Classes: Configuration, Job, Manager, Worker, Workflow
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
29
30
31
|
# File 'lib/burst.rb', line 29
def self.configuration
@configuration ||= Configuration.new
end
|
33
34
35
|
# File 'lib/burst.rb', line 33
def self.configure
yield configuration
end
|
.root ⇒ Object
25
26
27
|
# File 'lib/burst.rb', line 25
def self.root
Pathname.new(__FILE__).parent.parent
end
|