Current File : //opt/alt/ruby19/lib64/ruby/1.9.1/rdoc/meta_method.rb
require 'rdoc/any_method'

##
# MetaMethod represents a meta-programmed method

class RDoc::MetaMethod < RDoc::AnyMethod
end