Initializes an object to a global constant
Class TicTacToe
Creates a collection of data in order separated by a comma
Array.new(x,y,z)
Repeatedly executes data given, labeled as a "block"
loop do
print "Input: "
Looks through an array and executes the code on each element
e.each {|name,value| name.start_with?('b') }