Method: RoadForest::PathProvider#initialize

Defined in:
lib/roadforest/application/path-provider.rb

#initialize(dispatcher) ⇒ PathProvider

Returns a new instance of PathProvider.



3
4
5
# File 'lib/roadforest/application/path-provider.rb', line 3

def initialize(dispatcher)
  @dispatcher = dispatcher
end