Method: RubyText.stop

Defined in:
lib/settings.rb

.stopObject



112
113
114
115
# File 'lib/settings.rb', line 112

def self.stop
  @started = false
  Curses.close_screen
end