IronRuby.Builtins.RubyModule.IsSuperClassAncestor C# (CSharp) Method

IsSuperClassAncestor() private method

Returns true if given module is an ancestor of the superclass of this class (provided that this is a class).
private IsSuperClassAncestor ( RubyModule module ) : bool
module RubyModule
return bool
        internal virtual bool IsSuperClassAncestor(RubyModule/*!*/ module) {
            return false;
        }
RubyModule