Project

General

Profile

« Previous | Next » 

Revision d05f04d2

Added by nobu (Nobuyoshi Nakada) over 5 years ago

Fixed defined? against protected method call

Protected methods are restricted to be called according to the
class/module in where it is defined, not the actual receiver's
class. [Bug #16931]