Module Rudy::Routines::Handlers::Depends
In: lib/rudy/routines/handlers/depends.rb

Methods

Included Modules

Rudy::Routines::Handlers::Base

Public Instance methods

A simple wrapper for executing a routine.

  • routine_name should be a Symbol representing a routine available to the current machine group.

This method finds the handler for the given routine, creates an instance, calls raise_early_exceptions, and finally executes the routine.

Calls execute for each routine name in depends (an Array). Does nothing if given an empty Array or nil.

[Validate]