Class: Olelo::PatchParser::Debugger
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(name, *args) ⇒ Object
56 57 58 |
# File 'lib/olelo/patch.rb', line 56 def method_missing(name, *args) puts "#{name}: #{args.inspect}" end |