module Ellington
  class LineList < SimpleDelegator
    attr_reader :route_class

    def initialize(route_class)