1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
marcandre 2012-06-19 13:58:30 +00:00
parent c50f91f35b
commit 17e97a9b10

View file

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