refresh_line()
Clear the current input line.
static VALUE readline_s_refresh_line(VALUE self) { rl_refresh_line(0, 0); return Qnil; }