Top Level Namespace

Defined Under Namespace

Classes: Aa

Instance Method Summary collapse

Instance Method Details

#aObject



21
22
23
# File 'lib/aa.rb', line 21

def a
  Aa.new
end

#anObject



25
26
27
# File 'lib/aa.rb', line 25

def an
  Aa.new
end

#theObject



29
30
31
# File 'lib/aa.rb', line 29

def the
  Aa::The.new
end