module Kernel

Public Instance Methods

winning() click to toggle source
# File lib/tigerblood.rb, line 2
def winning
  puts "      __ __           _              _                 "
  puts "   __/ // /__      __(_)____  ____  (_)____  ____ _    "
  puts "  /_  _  __/ | /| / / // __ \\/ __ \\/ // __ \\/ __ `/ "
  puts " /_  _  __/| |/ |/ / // / / / / / / // / / / /_/ /     "
  puts "  /_//_/   |__/|__/_//_/ /_/_/ /_/_//_/ /_/\\__, /     "
  puts "                                          /____/       "

  true
end