instance_methods()
Instance methods cache accessor. Maps a class to an Array of its instance methods (not full name).
# File lib/rdoc/ri/store.rb, line 158 def instance_methods @cache[:instance_methods] end