Low-level TTY (terminal) interface for reading from and writing to /dev/tty.
Example:
tty = Termisu::TTY.new
# ... use tty ...
tty.close
Constructors
new
Opens /dev/tty for terminal access.
Raises IO::Error if the TTY cannot be opened.
SourceInstance methods
close
Closes the TTY file descriptors.
Source