Fixed symbol misused as ID
rb_funcallv_public and rb_respond_to require an ID, not a Symbol. [Bug #16649]
rb_funcallv_public
rb_respond_to
ID
Symbol
(cherry picked from commit 8b6e2685a4b7c7de905f7ed60c02ef85e0724754)
Fixed symbol misused as ID
rb_funcallv_public
andrb_respond_to
require anID
, not aSymbol
. [Bug #16649](cherry picked from commit 8b6e2685a4b7c7de905f7ed60c02ef85e0724754)