Module: Pwrake::Log
- Defined in:
- lib/pwrake/logger.rb
Class Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(meth_id, *args) ⇒ Object
7
8
9
|
# File 'lib/pwrake/logger.rb', line 7
def method_missing(meth_id,*args)
Rake.application.logger.send(meth_id,*args)
end
|
Class Method Details
.method_missing(meth_id, *args) ⇒ Object
7
8
9
|
# File 'lib/pwrake/logger.rb', line 7
def method_missing(meth_id,*args)
Rake.application.logger.send(meth_id,*args)
end
|