[ruby-cvs:57187] nobu:r50038 (trunk): proc.c: respond_to_missing? at Method
nobu at ruby-lang.org
nobu at ruby-lang.org
Fri Mar 20 18:41:07 JST 2015
nobu 2015-03-20 18:41:06 +0900 (Fri, 20 Mar 2015)
New Revision: 50038
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50038
Log:
proc.c: respond_to_missing? at Method
* proc.c (respond_to_missing_p): check if the receiver responds to
the given method by respond_to_missing?.
* proc.c (mnew_missing): create Method object for method_missing.
[ruby-core:68564] [Bug #10985]
Modified files:
trunk/ChangeLog
trunk/proc.c
trunk/test/-ext-/symbol/test_inadvertent_creation.rb
More information about the ruby-cvs
mailing list