# File lib/benelux/range.rb, line 40
40:     def <=>(other)
41:       from <=> other.from
42:     end