Class: LLT::Form::Adverb

Inherits:
Adjective show all
Defined in:
lib/llt/form/adverb.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, #stems, #string, #suffix, #tempus

Instance Method Summary collapse

Methods inherited from Adjective

#init_keys, #segmentized, #segments

Methods inherited from Declinable

#init_functions, #init_keys, #segments

Methods inherited from LLT::Form

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

Constructor Details

This class inherits a constructor from LLT::Form

Instance Method Details

#stemObject

TODO 27.09.13 00:20 by LFDM Might need a simpler initialize routine than direct inheritance A simple adverb like semper is bloated with instance variables.



8
9
10
# File 'lib/llt/form/adverb.rb', line 8

def stem
  @string
end