# File lib/rudy/routines/handlers/depends.rb, line 30 30: def execute(routine_name, argv=[]) 31: routine_obj = Rudy::Routines.get_routine routine_name 32: ld "Executing dependency: #{routine_name} (#{routine_obj}) (argv: #{argv})" 33: routine = routine_obj.new routine_name, {}, argv 34: routine.raise_early_exceptions 35: routine.execute 36: end