Sha256: 319ebff4c81683f8194d33e1446a9404de2cde69a108ff005a353daa64f05802
Contents?: true
Size: 218 Bytes
Versions: 3
Compression:
Stored size: 218 Bytes
Contents
module Gares class StationList private def parse_stations result.compact.uniq.map do |station| Gares::Station.new(station.slug, station.name) end end end # StationList end # Gares
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gares-1.1.1 | lib/gares/station_list.rb |
gares-1.1.0 | lib/gares/station_list.rb |
gares-1.0.0 | lib/gares/station_list.rb |