require ‘path/store’
FIXME: Not all io output is running through the io object.
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
# File lib/syckle/cycles.rb, line 4 def self.lifecycles @lifecycles ||= {} end
# File lib/syckle/service.rb, line 6 def self.services Service.registry end
[Validate]
Generated with the Darkfish Rdoc Generator 2.