The object class for the result returned from calling Linguistics::EN::infinitive.
Create and return a new Infinitive object.
# File lib/linguistics/en/infinitives.rb, line 1000 def initialize( word1, word2, suffix, rule ) super( word1 ) @word2 = word2 @suffix = suffix @rule = rule end
Generated with the Darkfish Rdoc Generator 2.