Return to Snippet

Revision: 8430
at September 20, 2008 19:14 by fernyb


Initial Code
puts (sender.objc_methods - Object.methods)

Initial URL


Initial Description
Returns an Array of methods an Object has. This is useful when trying to figure out what method an object has.

Initial Title
RubyCocoa - List Method Names For an Object

Initial Tags


Initial Language
Ruby