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

* lib/delegate: rdoc typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2009-10-16 19:20:35 +00:00
parent f523332652
commit b73be705db

View file

@ -145,7 +145,7 @@ class Delegator
end
#
# Checks for a method provided by this the delegate object by fowarding the
# Checks for a method provided by this the delegate object by forwarding the
# call through \_\_getobj\_\_.
#
def respond_to_missing?(m, include_private = false)