ruby/lib/rdoc/ghost_method.rb

7 строки
114 B
Ruby

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