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

class RDoc::GhostMethod < RDoc::AnyMethod
end