Sha256: 469abd8ba8b1efaaa52dbb41179a95f4119e55fe7726364bf294393e83354f82
Contents?: true
Size: 471 Bytes
Versions: 2
Compression:
Stored size: 471 Bytes
Contents
#!/usr/bin/env ruby require "bundler/setup" require "tictactoe_tracypholmes" # require_relative '../config/environment' require 'colorize' # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. # (If you use this, don't forget to add pry to your Gemfile!) # require "pry" # Pry.start # require "irb" # IRB.start game = TictactoeTracypholmes::TicTacToeCLI.new game.call
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tictactoe_tracypholmes-0.1.3 | bin/tictactoe_tracypholmes |
tictactoe_tracypholmes-0.1.2 | bin/tictactoe_tracypholmes |