Class: Warg::Localhost::CollectionProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/warg.rb

Instance Method Summary collapse

Instance Method Details

#run_block(run_object) ⇒ Object



619
620
621
622
623
624
625
# File 'lib/warg.rb', line 619

def run_block(run_object, **)
  outcome = LOCALHOST.run(&run_object)

  execution_result = Executor::Result.new
  execution_result.update(outcome)
  execution_result
end