Class: Linguistics::Latin::Verb::NullTenseBlock

Inherits:
TenseBlock
  • Object
show all
Defined in:
lib/linguistics_latin_tense_block/tense_block/null_tense_block.rb

Instance Attribute Summary

Attributes inherited from TenseBlock

#meaning, #results

Instance Method Summary collapse

Methods inherited from TenseBlock

json_create, #to_json, #to_s, #wordless?

Constructor Details

#initializeNullTenseBlock

Returns a new instance of NullTenseBlock.



6
7
8
# File 'lib/linguistics_latin_tense_block/tense_block/null_tense_block.rb', line 6

def initialize
  super [ '', '', '', '', '', '']
end