aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-10 13:44:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-10 13:44:05 +0000
commit745705e3630256e23081ccc66613d6fb43971692 (patch)
tree5e624368bac7f4ef6b66fd91437eda75bfdcadbd
parent3255225ead1a643d5b8f4e68c66897fd67b97220 (diff)
downloadruby-745705e3630256e23081ccc66613d6fb43971692.tar.gz
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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/forwardable.rb b/lib/forwardable.rb
index e78b9ed1e0..cd88538ef7 100644
--- a/lib/forwardable.rb
+++ b/lib/forwardable.rb
@@ -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