Class: Aa::The
- Inherits:
-
Object
show all
- Defined in:
- lib/aa.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(name, *args, &block) ⇒ Object
14
15
16
17
|
# File 'lib/aa.rb', line 14
def method_missing(name, *args, &block)
super if !args.empty? || block
Aa.the(name)
end
|