# File lib/whiskey_disk.rb, line 167 def if_task_defined(task, cmd) %Q{if [[ `#{env_vars} rake -P | grep #{task}` != "" ]]; then #{cmd}; fi} end