This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.
noraw()
Put the terminal out of raw mode.
see Curses.raw for more detail
static VALUE curses_noraw(VALUE obj) { curses_stdscr(); noraw(); return Qnil; }