This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.
method_prefix(section)
TODO: this is probably implemented elsewhere?
# File lib/rdoc/generator/texinfo.rb, line 73 def method_prefix(section) { 'Class' => '.', 'Module' => '::', 'Instance' => '#', }[section['category']] end