ang_ttt_gem 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,10 +22,8 @@ class Board
22
22
  available_spaces
23
23
  end
24
24
 
25
- ### this is not grabbing the right cell
26
25
  def cell_occupied?(cell_number)
27
26
  get(cell_number) != " "
28
- puts current_state
29
27
  end
30
28
 
31
29
  def current_state
@@ -43,7 +43,7 @@ class Game
43
43
  def make_move(move,mark)
44
44
  @board.set(move, mark)
45
45
  end
46
- ##### this is not grbbing the right cell
46
+
47
47
  def square_taken?(cell_number)
48
48
  @board.cell_occupied?(cell_number)
49
49
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ang_ttt_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: