IronRuby.Builtins.ModuleOps.GetProtectedInstanceMethods C# (CSharp) Method

GetProtectedInstanceMethods() private method

private GetProtectedInstanceMethods ( RubyModule self ) : RubyArray
self RubyModule
return RubyArray
        public static RubyArray/*!*/ GetProtectedInstanceMethods(RubyModule/*!*/ self) {
            return GetProtectedInstanceMethods(self, true);
        }

Same methods

ModuleOps::GetProtectedInstanceMethods ( RubyModule self, bool inherited ) : RubyArray