Class: RoadForest::RDF::SourceRigor::NullInvestigator

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

Instance Method Summary collapse

Methods inherited from Investigator

registry_purpose

Methods included from Utility::ClassRegistry::Registrar

extended, #get, #register, #registry

Instance Method Details

#pursue(investigation) ⇒ Object



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

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