Class: EcoRake::Lib::Task::RunnerRely

Inherits:
BaseTask show all
Defined in:
lib/eco-rake/lib/task/runner_rely.rb

Constant Summary collapse

FORWARD_RULES =
{
  simulate: :mirror,
  task:     :mirror,
  space:    :mirror,
  no_email: :mirror,
  notify:   :mirror
}.freeze

Constants inherited from EcoRake

VERSION

Instance Method Summary collapse

Instance Method Details

#task(*_args) ⇒ Object



18
19
20
# File 'lib/eco-rake/lib/task/runner_rely.rb', line 18

def task(*_args)
  sh_exit_on_fail command
end