ruby--ruby/lib/rdoc/meta_method.rb

9 lines
126 B
Ruby

require 'rdoc/any_method'
##
# MetaMethod represents a meta-programmed method
class RDoc::MetaMethod < RDoc::AnyMethod
end