# File lib/whenever/job_types/rake_task.rb, line 5 def output path_required "cd #{@path} && RAILS_ENV=#{@environment} /usr/bin/env rake #{task}" end