summaryrefslogtreecommitdiff
path: root/lib/rdoc/code_object/include.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/code_object/include.rb')
-rw-r--r--lib/rdoc/code_object/include.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/rdoc/code_object/include.rb b/lib/rdoc/code_object/include.rb
new file mode 100644
index 0000000000..c3e0d45e47
--- /dev/null
+++ b/lib/rdoc/code_object/include.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+##
+# A Module included in a class with \#include
+#
+# RDoc::Include.new 'Enumerable', 'comment ...'
+
+class RDoc::Include < RDoc::Mixin
+
+end