I have a controller and would like to get its public methods, but am confused about this result; there should be about ten methods:
IndexController.public_methods - ApplicationController.public_methods
# => []
Is this not calling what I think should be calling?