# File lib/benelux/range.rb, line 10 10: def initialize(name,from,to) 11: @name, @from, @to = name, from, to 12: @tags = Selectable::Tags.new 13: end