Class: LLT::Constants::Endings::Verb::Perfectum

Inherits:
Object
  • Object
show all
Defined in:
lib/llt/constants/verb_endings.rb

Direct Known Subclasses

IrregularPerfectum

Class Method Summary collapse

Class Method Details

.getObject



113
114
115
116
117
118
119
# File 'lib/llt/constants/verb_endings.rb', line 113

def self.get
  a1 = PRIMARY_O_ACTIVUM
  a2 = PRIMARY_M_ACTIVUM
  a3 = SECONDARY

  a3 + a2 + a2 + a2 + a1
end