Top Level Namespace
Defined Under Namespace
Modules: IRB, Linguistics
Instance Method Summary collapse
- #b(f) ⇒ Object
-
#j ⇒ Object
It’s handy to have these two methods defined here for simple tests of the code and demonstrations.
Instance Method Details
#b(f) ⇒ Object
20 21 22 |
# File 'lib/latirb.rb', line 20 def b(f) puts f.active_voice_indicative_mood_present_tense_first_person_singular_number end |
#j ⇒ Object
It’s handy to have these two methods defined here for simple tests of the code and demonstrations.
17 18 19 |
# File 'lib/latirb.rb', line 17 def j puts @aFirst.active_voice_indicative_mood_present_tense_first_person_singular_number end |