ToProc() public method

public ToProc ( IronRuby.Runtime.RubyScope scope ) : Proc
scope IronRuby.Runtime.RubyScope
return Proc
Ejemplo n.º 1
0
 public static Proc /*!*/ ToProc(RubyScope /*!*/ scope, RubyMethod /*!*/ self)
 {
     return(self.ToProc(scope));
 }
Ejemplo n.º 2
0
 public static Proc/*!*/ ToProc(RubyScope/*!*/ scope, RubyMethod/*!*/ self) {
     return self.ToProc(scope);
 }