class Tictactoe def initialize(Player1, Player2) @player1 = Player1 @player2 = Player2 end def mark_position end def show_board end def winning_positions end end
Standard input is empty
Standard output is empty
prog.rb:2: formal argument cannot be a constant def initialize(Player1, Player2) ^ prog.rb:2: formal argument cannot be a constant def initialize(Player1, Player2) ^