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

class RDoc::GhostMethod < RDoc::AnyMethod
end