IronRuby.Runtime.Calls.RubyCallAction.MakeShared C# (CSharp) Method

MakeShared() private method

private MakeShared ( string methodName, RubyCallSignature signature ) : RubyCallAction
methodName string
signature RubyCallSignature
return RubyCallAction
        public static RubyCallAction/*!*/ MakeShared(string/*!*/ methodName, RubyCallSignature signature) {
            // TODO: reduce usage of these sites to minimum
            return RubyMetaBinderFactory.Shared.Call(methodName, signature);
        }