Class: LLT::Form::Gerundive

Inherits:
VerbalNoun show all
Defined in:
lib/llt/form/gerundive.rb

Instance Attribute Summary

Attributes inherited from LLT::Form

#casus, #classification, #comparison_sign, #ending, #extension, #genus, #index, #inflection_class, #modus, #numerus, #particle, #persona, #place, #prefix, #sexus, #stem, #stems, #string, #suffix, #tempus

Instance Method Summary collapse

Methods inherited from VerbalNoun

#init_keys, #segments

Methods inherited from LLT::Form

#functions, #init_keys, #initialize, #segmentized, #to_s

Constructor Details

This class inherits a constructor from LLT::Form

Instance Method Details

#init_functionsObject

Beware! The gerund is not really a substantive. This is basically a hack to make a Gerundive dominant by default.



7
8
9
# File 'lib/llt/form/gerundive.rb', line 7

def init_functions
  super + %i{ substantive }
end