module Core::Machinery

Machinery which possibility the services stages attribution

Public Instance Methods

mainstay(name)
Alias for: stage
stage(name) click to toggle source
# File lib/magical/service/core/machinery.rb, line 6
def stage(name)
  define_singleton_method(name, &Proc.new)
end
Also aliased as: mainstay