Project

General

Profile

« Previous | Next » 

Revision a838f980

Added by ko1 (Koichi Sasada) about 1 year ago

me->defined_class should be T_CLASS/T_ICLASS

me->defined_class will be used for ancestor searching
so that it should be T_CLASS or T_ICLASS.

This patch will resoleve https://github.com/ruby/ruby/pull/11715