Fixed defined? against protected method call
defined?
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]
Fixed
defined?against protected method callProtected methods are restricted to be called according to the
class/module in where it is defined, not the actual receiver's
class. [Bug #16931]