This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.
get_method(method_entry)
Return the MethodDescription for a given MethodEntry by deserializing the YAML
# File lib/rdoc/ri/reader.rb, line 46 def get_method(method_entry) path = method_entry.path_name File.open(path) { |f| RDoc::RI::Description.deserialize(f) } end