method

raw!

ruby latest stable - Class: IO
raw!(*args)
public

Enables raw mode.

If the terminal mode needs to be back, use io.raw { … }.

See IO#raw for details on the parameters.

You must require ‘io/console’ to use this method.