Module | Rudy::Routines::Handlers::Depends |
In: |
lib/rudy/routines/handlers/depends.rb
|
A simple wrapper for executing a routine.
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.