10 11 12 13
# File 'lib/xing/edicts/clean-rake.rb', line 10 def setup super self.shell_cmd = %w[bundle exec rake] + [task_name] end