ruby-changes:43294
From: nobu <ko1@a...>
Date: Fri, 10 Jun 2016 22:44:09 +0900 (JST)
Subject: [ruby-changes:43294] nobu:r55368 (trunk): forwardable.rb: nodoc _delegator_method [ci skip]
nobu 2016-06-10 22:44:05 +0900 (Fri, 10 Jun 2016) New Revision: 55368 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55368 Log: forwardable.rb: nodoc _delegator_method [ci skip] Modified files: trunk/lib/forwardable.rb Index: lib/forwardable.rb =================================================================== --- lib/forwardable.rb (revision 55367) +++ lib/forwardable.rb (revision 55368) @@ -188,6 +188,7 @@ module Forwardable https://github.com/ruby/ruby/blob/trunk/lib/forwardable.rb#L188 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/