Method: Whatsa::CLI#welcome

Defined in:
lib/whatsa/cli.rb

#welcomeObject



13
14
15
16
17
# File 'lib/whatsa/cli.rb', line 13

def welcome
  clear_screen
  puts "Whatsa is a quick-and-dirty lookup utility, powered by Wikipedia!"
  puts "-----------------------------------------------------------------"
end