Method: Hash#to_proc

Defined in:
hash.c

#to_procObject



2832
2833
2834
2835
2836
# File 'hash.c', line 2832

static VALUE
rb_hash_to_proc(VALUE hash)
{
    return rb_func_proc_new(hash_proc_call, hash);
}