How do I list all the methods that a particular object has access to?
I have a @current_user object, defined in the application controller:
@current_user
What about one of these?
object.methods.sort Class.methods.sort