McIlroy’s Rule Number
Processing Order
# File lib/english/infinitive.rb, line 588 def initialize(type, suffix, suffix1, suffix2, order, number) @type = type @suffix = suffix @suffix1 = suffix1 @suffix2 = suffix2 @order = order @number = number end
# File lib/english/infinitive.rb, line 597 def <=>(other) order <=> other.order end