Top Level Namespace

Defined Under Namespace

Modules: Linguistics

Instance Method Summary collapse

Instance Method Details

#b(f) ⇒ Object



17
18
19
# File 'lib/latirb.rb', line 17

def b(f)
  puts f.active_voice_indicative_mood_present_tense_first_person_singular_number
end

#jObject



13
14
15
# File 'lib/latirb.rb', line 13

def j
  puts @aFirst.active_voice_indicative_mood_present_tense_first_person_singular_number
end