# File lib/capistrano/configuration/execution.rb, line 77 def execute_task(task) logger.debug "executing `#{task.fully_qualified_name}'" push_task_call_frame(task) task.namespace.instance_eval(&task.body) ensure pop_task_call_frame end