In Files
Information
Rule
Attributes
Public Class Methods
new(type, suffix, suffix1, suffix2, order, number)
click to toggle source
# File lib/english/infinitive.rb, line 588
588: def initialize(type, suffix, suffix1, suffix2, order, number)
589: @type = type
590: @suffix = suffix
591: @suffix1 = suffix1
592: @suffix2 = suffix2
593: @order = order
594: @number = number
595: end
Disabled; run with --debug to generate this.