summaryrefslogtreecommitdiff
path: root/lib/rdoc/ghost_method.rb
blob: 7eb2d931674c1b4eef9d50e1d4e0897a5332cf9b (plain)
1
2
3
4
5
6
##
# GhostMethod represents a method referenced only by a comment

class RDoc::GhostMethod < RDoc::AnyMethod
end