Files
server/usr/lib/ruby/3.2.0/rdoc/ghost_method.rb
2026-01-07 20:52:11 +01:00

8 lines
144 B
Ruby

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