completion_case_fold=(p1)
Sets whether or not to ignore case on completion.
static VALUE readline_s_set_completion_case_fold(VALUE self, VALUE val) { return rb_ivar_set(mReadline, completion_case_fold, val); }