Method: Bahn::Stop#long_hash_element

Defined in:
lib/bahn.rb

#long_hash_elementObject

alternative implementation, because standard Ruby hashes are probably not collision-resistant enough



454
455
456
# File 'lib/bahn.rb', line 454

def long_hash_element # :nodoc:
  "[#{@station.id},#{departure_time},#{arrival_time}]"
end