diff options
Diffstat (limited to 'lib/rdoc/ghost_method.rb')
| -rw-r--r-- | lib/rdoc/ghost_method.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/rdoc/ghost_method.rb b/lib/rdoc/ghost_method.rb deleted file mode 100644 index 192b46f51f..0000000000 --- a/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 - |
