function proc_invoke

[edit]
static VALUE proc_invoke(VALUE proc, VALUE args, int pcall, VALUE self)

Proc オブジェクト proc を起動します。そのとき引数を args とし、self を self にします。