summaryrefslogtreecommitdiff
path: root/lib/rdoc/cross_reference.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2023-12-15 19:35:16 +0900
committerNobuyoshi Nakada <[email protected]>2023-12-16 00:26:37 +0900
commite15d690db147fb059a48f87bf639fdf0c006a22b (patch)
tree6a2cf3bbb4589383998031b0c5d2335c5986b176 /lib/rdoc/cross_reference.rb
parent578eb02b16218ce842a30bf794bf52a68e680a38 (diff)
[ruby/rdoc] [DOC] Add missing documents
https://github.com/ruby/rdoc/commit/e4c90340d0
Diffstat (limited to 'lib/rdoc/cross_reference.rb')
-rw-r--r--lib/rdoc/cross_reference.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rdoc/cross_reference.rb b/lib/rdoc/cross_reference.rb
index f3b703a559..4e011219e8 100644
--- a/lib/rdoc/cross_reference.rb
+++ b/lib/rdoc/cross_reference.rb
@@ -131,6 +131,9 @@ class RDoc::CrossReference
@seen = {}
end
+ ##
+ # Returns a method reference to +name+.
+
def resolve_method name
ref = nil