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

OwnedMethodCachedInSite() private method

private OwnedMethodCachedInSite ( ) : void
return void
        internal void OwnedMethodCachedInSite() {
            Context.RequiresClassHierarchyLock();
#if DEBUG
            _referringMethodRulesSinceLastUpdate++;
#endif
        }
RubyModule