Method: Olib.run
- Defined in:
- lib/Olib.rb
.run(script, *args) ⇒ Object
75 76 77 78 |
# File 'lib/Olib.rb', line 75 def Olib.run(script, *args) start_script script, args wait_while { running? script } end |
75 76 77 78 |
# File 'lib/Olib.rb', line 75 def Olib.run(script, *args) start_script script, args wait_while { running? script } end |