Method: U3dCore::Runner.run
- Defined in:
- lib/u3d_core/command_runner.rb
.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 |