Class Journey::Routes
In: lib/journey/routes.rb
Parent: Object

The Routing table. Contains all routes for a system. Routes can be added to the table by calling Routes#add_route

Methods

add_route   ast   clear   each   last   length   new   partitioned_routes   simulator   size  

Included Modules

Enumerable

Attributes

named_routes  [R] 
routes  [R] 

Public Class methods

Public Instance methods

size()

Alias for length

[Validate]