# File lib/capistrano/callback.rb, line 12 12: def applies_to?(task) 13: if task && only.any? 14: return only.include?(task.fully_qualified_name) 15: elsif task && except.any? 16: return !except.include?(task.fully_qualified_name) 17: else 18: return true 19: end 20: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.