public static CreateMethodInvoker ( IronRuby.Runtime.RubyScope scope, string methodName ) : |
||
scope | IronRuby.Runtime.RubyScope | |
methodName | string | |
Результат |
Proc.new do |*args| raise ArgumentException if args.size == 0 obj.methodName(args.delete_at(0), args) end
public static CreateMethodInvoker ( IronRuby.Runtime.RubyScope scope, string methodName ) : |
||
scope | IronRuby.Runtime.RubyScope | |
methodName | string | |
Результат |