Method: Muding::Generator::SimpleLogger#method_missing
- Defined in:
- lib/muding_generator/simple_logger.rb
#method_missing(method, *args, &block) ⇒ Object (private)
41 42 43 |
# File 'lib/muding_generator/simple_logger.rb', line 41 def method_missing(method, *args, &block) log(method.to_s, args.first, &block) end |