ToProc() 공개 메소드

public ToProc ( IronRuby.Runtime.RubyScope scope ) : Proc
scope IronRuby.Runtime.RubyScope
리턴 Proc
예제 #1
0
 public static Proc /*!*/ ToProc(RubyScope /*!*/ scope, RubyMethod /*!*/ self)
 {
     return(self.ToProc(scope));
 }
예제 #2
0
 public static Proc/*!*/ ToProc(RubyScope/*!*/ scope, RubyMethod/*!*/ self) {
     return self.ToProc(scope);
 }