Flowdock
method

to_proc

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Hash
to_proc() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
rb_hash_to_proc(VALUE hash)
{
    return rb_func_proc_new(hash_proc_call, hash);
}
Register or log in to add new notes.