Module: Kernel

Defined in:
lib/tigerblood.rb

Instance Method Summary collapse

Instance Method Details

#winningObject



2
3
4
5
6
7
8
9
10
11
# File 'lib/tigerblood.rb', line 2

def winning
  puts "      __ __           _              _                 "
  puts "   __/ // /__      __(_)____  ____  (_)____  ____ _    "
  puts "  /_  _  __/ | /| / / // __ \\/ __ \\/ // __ \\/ __ `/ "
  puts " /_  _  __/| |/ |/ / // / / / / / / // / / / /_/ /     "
  puts "  /_//_/   |__/|__/_//_/ /_/_/ /_/_//_/ /_/\\__, /     "
  puts "                                          /____/       "

  true
end