Module: Linguistics::Latin::Verb::LatinVerb::PerfectAndPastperfectTenseBlockEclipser
- Defined in:
- lib/latinverb_querent_for_classification_builder/past_and_perfect_tense_block_eclipser.rb
Instance Method Summary collapse
- #active_voice_indicative_mood_futureperfect_tense ⇒ Object
- #active_voice_indicative_mood_pastperfect_tense ⇒ Object
- #active_voice_indicative_mood_perfect_tense ⇒ Object
- #active_voice_subjunctive_mood_pastperfect_tense ⇒ Object
- #active_voice_subjunctive_mood_perfect_tense ⇒ Object
- #passive_voice_indicative_mood_futureperfect_tense ⇒ Object
- #passive_voice_indicative_mood_pastperfect_tense ⇒ Object
- #passive_voice_indicative_mood_perfect_tense ⇒ Object
- #passive_voice_subjunctive_mood_pastperfect_tense ⇒ Object
- #passive_voice_subjunctive_mood_perfect_tense ⇒ Object
Instance Method Details
#active_voice_indicative_mood_futureperfect_tense ⇒ Object
6 7 8 |
# File 'lib/latinverb_querent_for_classification_builder/past_and_perfect_tense_block_eclipser.rb', line 6 def active_voice_indicative_mood_futureperfect_tense return NullTenseBlock.new end |
#active_voice_indicative_mood_pastperfect_tense ⇒ Object
10 11 12 |
# File 'lib/latinverb_querent_for_classification_builder/past_and_perfect_tense_block_eclipser.rb', line 10 def active_voice_indicative_mood_pastperfect_tense return NullTenseBlock.new end |
#active_voice_indicative_mood_perfect_tense ⇒ Object
14 15 16 |
# File 'lib/latinverb_querent_for_classification_builder/past_and_perfect_tense_block_eclipser.rb', line 14 def active_voice_indicative_mood_perfect_tense return NullTenseBlock.new end |
#active_voice_subjunctive_mood_pastperfect_tense ⇒ Object
18 19 20 |
# File 'lib/latinverb_querent_for_classification_builder/past_and_perfect_tense_block_eclipser.rb', line 18 def active_voice_subjunctive_mood_pastperfect_tense return NullTenseBlock.new end |
#active_voice_subjunctive_mood_perfect_tense ⇒ Object
22 23 24 |
# File 'lib/latinverb_querent_for_classification_builder/past_and_perfect_tense_block_eclipser.rb', line 22 def active_voice_subjunctive_mood_perfect_tense return NullTenseBlock.new end |
#passive_voice_indicative_mood_futureperfect_tense ⇒ Object
26 27 28 |
# File 'lib/latinverb_querent_for_classification_builder/past_and_perfect_tense_block_eclipser.rb', line 26 def passive_voice_indicative_mood_futureperfect_tense return NullTenseBlock.new end |
#passive_voice_indicative_mood_pastperfect_tense ⇒ Object
30 31 32 |
# File 'lib/latinverb_querent_for_classification_builder/past_and_perfect_tense_block_eclipser.rb', line 30 def passive_voice_indicative_mood_pastperfect_tense return NullTenseBlock.new end |
#passive_voice_indicative_mood_perfect_tense ⇒ Object
34 35 36 |
# File 'lib/latinverb_querent_for_classification_builder/past_and_perfect_tense_block_eclipser.rb', line 34 def passive_voice_indicative_mood_perfect_tense return NullTenseBlock.new end |
#passive_voice_subjunctive_mood_pastperfect_tense ⇒ Object
38 39 40 |
# File 'lib/latinverb_querent_for_classification_builder/past_and_perfect_tense_block_eclipser.rb', line 38 def passive_voice_subjunctive_mood_pastperfect_tense return NullTenseBlock.new end |
#passive_voice_subjunctive_mood_perfect_tense ⇒ Object
42 43 44 |
# File 'lib/latinverb_querent_for_classification_builder/past_and_perfect_tense_block_eclipser.rb', line 42 def passive_voice_subjunctive_mood_perfect_tense return NullTenseBlock.new end |