Top Level Namespace

Defined Under Namespace

Modules: IRB, Linguistics

Instance Method Summary collapse

Instance Method Details

#b(f) ⇒ Object



15
16
17
# File 'lib/latirb.rb', line 15

def b(f)
  puts f.active_voice_indicative_mood_present_tense_first_person_singular_number
end

#jObject

It’s handy to have these two methods defined here for simple tests of the code and demonstrations.



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

def j
  puts @aFirst.active_voice_indicative_mood_present_tense_first_person_singular_number
end