Class: StubRunner

Inherits:
Runner show all
Defined in:
lib/LRH.rb

Instance Method Summary collapse

Methods inherited from Runner

#_finally, #_run, #finally, #initialize

Methods inherited from IOAble

#debug!, #debug?, #get_option, #halt!, #initialize, #job=, #log, #set_option

Constructor Details

This class inherits a constructor from Runner

Instance Method Details

#run(target) ⇒ Object



307
308
309
# File 'lib/LRH.rb', line 307

def run(target)
    return target
end