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