/ 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
puts (sender.objc_methods - Object.methods)
You need to login to post a comment.
