Method: Hash#to_proc
- Defined in:
- hash.c
#to_proc ⇒ Object
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); } |
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); } |