/ Published in: Ruby
Returns an Array of methods an Object has. This is useful when trying to figure out what method an object has.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
puts (sender.objc_methods - Object.methods)