Class: TicTacToe::TUI::Setup
- Inherits:
-
Object
- Object
- TicTacToe::TUI::Setup
- Defined in:
- lib/tic_tac_toe/tui/setup.rb
Class Method Summary collapse
Class Method Details
.call ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/tic_tac_toe/tui/setup.rb', line 4 def self.call Curses.init_screen at_exit { Curses.close_screen } setup_keypress_input! enable_colors! setup_basic_colors! end |