Parent

Methods

Linguistics::EN::Infinitive

The object class for the result returned from calling Linguistics::EN::infinitive.

Attributes

rule[R]

The rule used

suffix[R]

The suffix used to to identify the transform rule

word2[R]

The fallback deconjugated form

Public Class Methods

new( word1, word2, suffix, rule ) click to toggle source

Create and return a new Infinitive object.

# File lib/linguistics/en/infinitive.rb, line 1020
def initialize( word1, word2, suffix, rule )
    super( word1 )
    @word2 = word2
    @suffix = suffix
    @rule = rule
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.