lib/rdoc/ghost_method.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
##
# GhostMethod represents a method referenced only by a comment

class RDoc::GhostMethod < RDoc::AnyMethod
end