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