class Warg::Localhost::CollectionProxy

Public Instance Methods

run_block(run_object, **) click to toggle source
# 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