Method: Lhm::Intersection#initialize
- Defined in:
- lib/lhm/intersection.rb
#initialize(origin, destination, renames = {}) ⇒ Intersection
Returns a new instance of Intersection.
7 8 9 10 11 |
# File 'lib/lhm/intersection.rb', line 7 def initialize(origin, destination, renames = {}) @origin = origin @destination = destination @renames = renames end |