summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2021-05-18 08:27:41 -0500
committerJeremy Evans <code@jeremyevans.net>2021-06-21 10:38:16 -0700
commitc1741df1a1a92d227b1afd03931c3b54fb2d4429 (patch)
tree24f19b92cd202f70c745eb979379797471f2158a /file.c
parent8509532c78ab2a8cc0efeadee6367bbe7991ee49 (diff)
What's Here for Numeric and Comparable
Diffstat (limited to 'file.c')
-rw-r--r--file.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/file.c b/file.c
index 82d1029b7f..649dfcc428 100644
--- a/file.c
+++ b/file.c
@@ -6542,11 +6542,12 @@ const char ruby_null_device[] =
*
* First, what's elsewhere. \Class \File:
*
- * - Inherits from class IO -- in particular, methods for creating,
- * reading, and writing files.
- * - Includes module FileTest.
+ * - Inherits from {class IO}[IO.html#class-IO-label-What-27s+Here],
+ * in particular, methods for creating, reading, and writing files
+ * - Includes {module FileTest}[FileTest.html#module-FileTest-label-What-27s+Here].
+ * which provides dozens of additional methods.
*
- * Here, Class \File provides methods that are useful for:
+ * Here, class \File provides methods that are useful for:
*
* - {Creating}[#class-File-label-Creating]
* - {Querying}[#class-File-label-Querying]