Class: Infinity2008::You
- Inherits:
-
Object
- Object
- Infinity2008::You
- Defined in:
- lib/infinity2008.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(m, *args) ⇒ Object
32 33 34 |
# File 'lib/infinity2008.rb', line 32 def method_missing(m, *args) m == :find ? send(*args) : self end |