Class: RoadForest::SourceRigor::NullInvestigator

Inherits:
Investigator
  • Object
show all
Defined in:
lib/roadforest/source-rigor/null-investigator.rb

Instance Method Summary collapse

Methods inherited from Investigator

registry_purpose

Methods included from Utility::ClassRegistry::Registrar

#all_names, extended, #get, #map_classes, #register, #registry

Instance Method Details

#pursue(investigation) ⇒ Object



7
8
9
# File 'lib/roadforest/source-rigor/null-investigator.rb', line 7

def pursue(investigation)
  investigation.results = []
end