diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-06-10 13:44:05 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-06-10 13:44:05 +0000 |
commit | bbb01a4b54bbe650531e6523be4bb5e6819658a4 () | |
tree | 5e624368bac7f4ef6b66fd91437eda75bfdcadbd /lib/forwardable.rb | |
parent | b661824e75787548d47e1af649727a617a964bd4 (diff) |
forwardable.rb: nodoc _delegator_method [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/forwardable.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -188,6 +188,7 @@ module Forwardable alias def_delegators def_instance_delegators alias def_delegator def_instance_delegator def self._delegator_method(obj, accessor, method, ali) accessor = accessor.to_s unless Symbol === accessor |