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:
parent
f523332652
commit
b73be705db
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue