summaryrefslogtreecommitdiff
path: root/timev.rb
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2021-09-13 10:37:15 -0500
committerGitHub <noreply@github.com>2021-09-13 10:37:15 -0500
commit94dea77cd6d16f85fabbeb53e12accf37e5f6159 (patch)
tree7edf9b116608cd653cea329374a060c3d6518b90 /timev.rb
parent43f49b2d1cde1d3816a852f9c80a50ac562f7853 (diff)
Links for What's Here sections (#4827)
Makes What's Here sections in Time and Dir link to What's Here for super and included modules (like all the others).
Notes
Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
Diffstat (limited to 'timev.rb')
-rw-r--r--timev.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/timev.rb b/timev.rb
index beb7aaaad2..1be675df35 100644
--- a/timev.rb
+++ b/timev.rb
@@ -93,7 +93,12 @@
#
# == What's Here
#
-# \Class \Time provides methods that are useful for:
+# First, what's elsewhere. \Class \Time:
+#
+# - Inherits from {class Object}[Object.html#class-Object-label-What-27s+Here].
+# - Includes {module Comparable}[Comparable.html#module-Comparable-label-What-27s+Here].
+#
+# Here, class \Time provides methods that are useful for:
#
# - {Creating \Time objects}[#class-Time-label-Methods+for+Creating].
# - {Fetching \Time values}[#class-Time-label-Methods+for+Fetching].