ruby/lib/rdoc/meta_method.rb

7 строки
99 B
Ruby

##
# MetaMethod represents a meta-programmed method
class RDoc::MetaMethod < RDoc::AnyMethod
end