CSC/ECE 517 Fall 2007/wiki1b 2 22
Introduction - method_missing
method_missing: This method is called whenever someone tries to call a method in your object that doesn't exist.
method_missing: This method is called whenever someone tries to call a method in your object that doesn't exist.