CSC/ECE 517 Fall 2007/wiki1b 2 22: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | |||
| Line 2: | Line 2: | ||
| = Introduction - method_missing = | = Introduction - method_missing = | ||
| method_missing: This method is called whenever someone tries to call a method in your object that doesn't exist. | |||
| = Examples = | = Examples = | ||
Revision as of 02:35, 26 September 2007
Introduction - method_missing
method_missing: This method is called whenever someone tries to call a method in your object that doesn't exist.