Module: CLI

Defined in:
lib/cli.rb

Class Method Summary collapse

Class Method Details

.clearObject



6
7
8
# File 'lib/cli.rb', line 6

def self.clear
  system("clear")
end

.get_inputObject



2
3
4
# File 'lib/cli.rb', line 2

def self.get_input
  STDIN.gets.chomp.upcase
end