ruby/lib/rdoc/ghost_method.rb

9 строки
141 B
Ruby

require 'rdoc/any_method'
##
# GhostMethod represents a method referenced only by a comment
class RDoc::GhostMethod < RDoc::AnyMethod
end