git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2012-06-19 13:58:30 +00:00
Родитель c50f91f35b
Коммит 17e97a9b10
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
*