Syckle

Service Loader


require ‘path/store’


FIXME: Not all io output is running through the io object.

Constants

VERSION

Public Class Methods

lifecycle(name, &block) click to toggle source

Define a new lifecycle.

# File lib/syckle/cycles.rb, line 10
def self.lifecycle(name, &block)
  lifecycles[name.to_sym] = LifeCycle.new(name, &block)
end
lifecycles() click to toggle source
# File lib/syckle/cycles.rb, line 4
def self.lifecycles
  @lifecycles ||= {}
end
services() click to toggle source
# File lib/syckle/service.rb, line 6
def self.services
  Service.registry
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.