68 69 70
# File 'lib/caltrain/trip.rb', line 68 def time_data @time_data ||= Schedule.data.select { |row| row[0] == @trip_id } end