Class: NullHarvester
Instance Method Summary collapse
Methods inherited from Harvester
#_harvest, #_result, #initialize
Methods inherited from IOAble
#debug!, #debug?, #get_option, #halt!, #initialize, #job=, #log, #set_option
Constructor Details
This class inherits a constructor from Harvester
Instance Method Details
#harvest(partial) ⇒ Object
338 339 |
# File 'lib/LRH.rb', line 338 def harvest(partial) end |
#result ⇒ Object
341 342 343 |
# File 'lib/LRH.rb', line 341 def result return nil end |