зеркало из https://github.com/github/ruby.git
* object.c: Fix typo in rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c50f91f35b
Коммит
17e97a9b10
2
object.c
2
object.c
|
@ -2780,7 +2780,7 @@ rb_f_hash(VALUE obj, VALUE arg)
|
|||
* end
|
||||
*
|
||||
* def respond_to_missing?(name, include_private = false)
|
||||
* DELGATE.include?(name) or super
|
||||
* DELEGATE.include?(name) or super
|
||||
* end
|
||||
* end
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче