Class: Linguistics::Latin::Verb::NullTenseBlock
- Inherits:
-
TenseBlock
- Object
- TenseBlock
- Linguistics::Latin::Verb::NullTenseBlock
- Defined in:
- lib/linguistics_latin_tense_block/tense_block/null_tense_block.rb
Instance Attribute Summary
Attributes inherited from TenseBlock
Instance Method Summary collapse
-
#initialize ⇒ NullTenseBlock
constructor
A new instance of NullTenseBlock.
Methods inherited from TenseBlock
json_create, #to_json, #to_s, #wordless?
Constructor Details
#initialize ⇒ NullTenseBlock
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 |