summaryrefslogtreecommitdiff
path: root/dir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'dir.rb')
-rw-r--r--dir.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/dir.rb b/dir.rb
index 202f899b00..a6768939d4 100644
--- a/dir.rb
+++ b/dir.rb
@@ -9,7 +9,13 @@
#
# == What's Here
#
-# \Class \Dir provides methods that are useful for:
+# First, what's elsewhere. \Class \Dir:
+#
+# - 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 \Dir provides methods that are useful for:
#
# - {Reading}[#class-Dir-label-Reading]
# - {Setting}[#class-Dir-label-Setting]