Module: U3dCore::Runner

Defined in:
lib/u3d_core/command_runner.rb

Overview

this module is meant to be private to this lib

Class Method Summary collapse

Class Method Details

.run(command, &block) ⇒ Object



32
33
34
# File 'lib/u3d_core/command_runner.rb', line 32

def run(command, &block)
  select_runner_impl.call(command, &block)
end