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

.configurationObject



29
30
31
# File 'lib/burst.rb', line 29

def self.configuration
  @configuration ||= Configuration.new
end

.configure {|configuration| ... } ⇒ Object

Yields:



33
34
35
# File 'lib/burst.rb', line 33

def self.configure
  yield configuration
end

.rootObject



25
26
27
# File 'lib/burst.rb', line 25

def self.root
  Pathname.new(__FILE__).parent.parent
end