1##
2# GhostMethod represents a method referenced only by a comment
3
4class RDoc::GhostMethod < RDoc::AnyMethod
5end
6
7