class Gares::StationList

Private Instance Methods

parse_stations() click to toggle source
# File lib/gares/station_list.rb, line 6
def parse_stations
  result.compact.uniq
end