* bin/rdoc: ditto * test/rdoc: ditto * NEWS: Updated with RDoc 4.0 information git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
7 lines
99 B
Ruby
7 lines
99 B
Ruby
##
|
|
# MetaMethod represents a meta-programmed method
|
|
|
|
class RDoc::MetaMethod < RDoc::AnyMethod
|
|
end
|
|
|