Module: Iolite::Adaptor::MethodMissing
- Included in:
- All, Lazy
- Defined in:
- lib/iolite/adaptor/method_missing.rb
Class Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(name, *args, &block) ⇒ Object
5
6
7
|
# File 'lib/iolite/adaptor/method_missing.rb', line 5
def method_missing name, *args, &block
Functinal.send(self, name, *args, &block)
end
|
Class Method Details
.method_missing(name, *args, &block) ⇒ Object
5
6
7
|
# File 'lib/iolite/adaptor/method_missing.rb', line 5
def method_missing name, *args, &block
Functinal.send(self, name, *args, &block)
end
|