1##
2# MetaMethod represents a meta-programmed method
3
4class RDoc::MetaMethod < RDoc::AnyMethod
5end
6
7