Top Level Namespace
Defined Under Namespace
Classes: Aa
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
21 22 23 |
# File 'lib/aa.rb', line 21 def a Aa.new end |
#an ⇒ Object
25 26 27 |
# File 'lib/aa.rb', line 25 def an Aa.new end |
#the ⇒ Object
29 30 31 |
# File 'lib/aa.rb', line 29 def the Aa::The.new end |