lib/rdoc/meta_method.rb



require 'rdoc/any_method'

##
# MetaMethod represents a meta-programmed method

class RDoc::MetaMethod < RDoc::AnyMethod
end