For rdoc: rb_cProc = rb_define_class("Proc", rb_cObject)
Raises a TypeError; UnboundProc objects cannot be called.
Bind an UnboundProc to a Binding. Returns a Proc that has been bound to the given binding.
Raises a TypeError; UnboundProc objects have no binding.
[Validate]