IronRuby.Builtins.RubyMethod.Curried.ToProc C# (CSharp) Method

ToProc() public method

public ToProc ( IronRuby.Runtime.RubyScope scope ) : Proc
scope IronRuby.Runtime.RubyScope
return Proc
            public override Proc/*!*/ ToProc(RubyScope/*!*/ scope) {
                throw new NotSupportedException();
            }