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



28
29
30
# File 'lib/u3d_core/command_runner.rb', line 28

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