0 votes
in Ruby by
Name different methods for IO console in Ruby?

1 Answer

0 votes
by

The IO console provides different methods to interact with console. The class IO provides following basic methods:

  • IO::console
  • IO#raw#raw!
  • IO#cooked
  • IO#cooked!
  • IO#getch

Related questions

0 votes
0 votes
asked Oct 5, 2021 in Kotlin by rajeshsharma
0 votes
0 votes
asked Aug 26, 2022 in Ruby by Robin
...