Class UnboundProc
In: ext/nodewrap.c
Parent: Proc

For rdoc: rb_cProc = rb_define_class("Proc", rb_cObject)

Methods

[]   bind   binding   call  

Public Instance methods

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 cannot be called.

[Validate]