completion_proc()
Returns the completion Proc object.
static VALUE readline_s_get_completion_proc(VALUE self) { return rb_attr_get(mReadline, completion_proc); }