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

class RDoc::GhostMethod < RDoc::AnyMethod
end