Method: Gub::Logger#method_missing
- Defined in:
- lib/gub/logger.rb
#method_missing(meth, *args, &block) ⇒ Object
28 29 30 |
# File 'lib/gub/logger.rb', line 28 def method_missing meth, *args, &block self.log.send(meth, *args, &block) end |