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
}.freeze

Constants inherited from EcoRake

VERSION

Instance Method Summary collapse

Instance Method Details

#task(*_args) ⇒ Object



15
16
17
# File 'lib/eco-rake/lib/task/runner_rely.rb', line 15

def task(*_args)
  sh_exit_on_fail command
end