Method: RoadForest::PathProvider#each_name_and_route

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

#each_name_and_route(&block) ⇒ Object



38
39
40
# File 'lib/roadforest/application/path-provider.rb', line 38

def each_name_and_route(&block)
  @dispatcher.each_name_and_route(&block)
end