Class: LLT::FormBuilder::VerbSegments::PerfectumSegments

Inherits:
PerfectStemSegments show all
Defined in:
lib/llt/form_builder/helpers/verb_segments.rb

Instance Attribute Summary

Attributes inherited from LLT::FormBuilder::VerbSegments

#inflection_class, #modus

Instance Method Summary collapse

Methods inherited from PerfectStemSegments

#stem_of_ferre, #thematic

Methods inherited from LLT::FormBuilder::VerbSegments

get, #init_keys, #initialize

Constructor Details

This class inherits a constructor from LLT::FormBuilder::VerbSegments

Instance Method Details

#extensionObject



412
413
414
415
416
417
418
# File 'lib/llt/form_builder/helpers/verb_segments.rb', line 412

def extension
  if @modus == t.coniunctivus
    n(:PERFECTUM_SUFFIX_1) + n(:PERFECTUM_CONIUNCTIVUS)
  else
    ""
  end
end