Class: LLT::FormBuilder::VerbSegments::FuturumExactumSegments

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

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



552
553
554
555
556
557
558
# File 'lib/llt/form_builder/helpers/verb_segments.rb', line 552

def extension
  if first_sg
    n(:PERFECTUM_SUFFIX_1)
  else
    n(:PERFECTUM_SUFFIX_1) + n(:FUTURUM_EXACTUM_INDICATIVUS)
  end
end

#thematicObject



548
549
550
# File 'lib/llt/form_builder/helpers/verb_segments.rb', line 548

def thematic
  ""
end