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