ruby/lib/rdoc/ghost_method.rb
2023-06-03 01:42:29 +00:00

6 lines
143 B
Ruby

# frozen_string_literal: true
##
# GhostMethod represents a method referenced only by a comment
class RDoc::GhostMethod < RDoc::AnyMethod
end