# File lib/fastri/ri_index.rb, line 344 def get_method(method_entry) path = method_entry.path_name File.open(path) { |f| RI::Description.deserialize(f) } end