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