mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
forwardable.rb: nodoc _delegator_method [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b661824e75
commit
bbb01a4b54
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ module Forwardable
|
|||
alias def_delegators def_instance_delegators
|
||||
alias def_delegator def_instance_delegator
|
||||
|
||||
# :nodoc:
|
||||
def self._delegator_method(obj, accessor, method, ali)
|
||||
accessor = accessor.to_s unless Symbol === accessor
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue