module Ellington
  class StationList < SimpleDelegator
    attr_reader :line_class

    def initialize(line_class)