method
to_proc
v2_5_5 -
Show latest stable
- Class:
Hash
to_proc()public
No documentation available.
static VALUE
rb_hash_to_proc(VALUE hash)
{
return rb_func_proc_new(hash_proc_call, hash);
} to_proc()No documentation available.
static VALUE
rb_hash_to_proc(VALUE hash)
{
return rb_func_proc_new(hash_proc_call, hash);
}