зеркало из https://github.com/github/ruby.git
9 строки
126 B
Ruby
9 строки
126 B
Ruby
|
require 'rdoc/any_method'
|
||
|
|
||
|
##
|
||
|
# MetaMethod represents a meta-programmed method
|
||
|
|
||
|
class RDoc::MetaMethod < RDoc::AnyMethod
|
||
|
end
|
||
|
|