summaryrefslogtreecommitdiff
path: root/lib/rdoc/meta_method.rb
blob: e0c065c2ba9ee37c333561d1c3d82514f8c26796 (plain)
1
2
3
4
5
6
7
8
require 'rdoc/any_method'

##
# MetaMethod represents a meta-programmed method

class RDoc::MetaMethod < RDoc::AnyMethod
end