summaryrefslogtreecommitdiff
path: root/lib/rdoc/ghost_method.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/ghost_method.rb')
-rw-r--r--lib/rdoc/ghost_method.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/rdoc/ghost_method.rb b/lib/rdoc/ghost_method.rb
deleted file mode 100644
index 2488feb9d7..0000000000
--- a/lib/rdoc/ghost_method.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-##
-# GhostMethod represents a method referenced only by a comment
-
-class RDoc::GhostMethod < RDoc::AnyMethod
-end
-