Class: Olelo::PatchParser::Debugger

Inherits:
Object
  • Object
show all
Defined in:
lib/olelo/patch.rb

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