summaryrefslogtreecommitdiff
path: root/io.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 /io.c
parent8509532c78ab2a8cc0efeadee6367bbe7991ee49 (diff)
What's Here for Numeric and Comparable
Diffstat (limited to 'io.c')
-rw-r--r--io.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/io.c b/io.c
index a0a5389c1b..d11f4076bb 100644
--- a/io.c
+++ b/io.c
@@ -13369,8 +13369,11 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y)
*
* == What's Here
*
- * First, what's elsewhere. \Class \IO includes the module Enumerable,
- * which provides dozens of additional methods.
+ * First, what's elsewhere. \Class \IO:
+ *
+ * - Inherits from {class Object}[Object.html#class-Object-label-What-27s+Here].
+ * - Includes {module Enumerable}[Enumerable.html#module-Enumerable-label-What-27s+Here],
+ * which provides dozens of additional methods.
*
* Here, class \IO provides methods that are useful for:
*