summaryrefslogtreecommitdiff
path: root/lib/rdoc/ghost_method.rb
blob: 192b46f51f26eaf83a6f67a756768106fdbd3c85 (plain)
1
2
3
4
5
6
7
8
require 'rdoc/any_method'

##
# GhostMethod represents a method referenced only by a comment

class RDoc::GhostMethod < RDoc::AnyMethod
end