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