summaryrefslogtreecommitdiff
path: root/lib/rdoc/meta_method.rb
blob: 68ba8109e0f49029ff63adceb17b1e887e652968 (plain)
1
2
3
4
5
6
##
# MetaMethod represents a meta-programmed method

class RDoc::MetaMethod < RDoc::AnyMethod
end