Libraries
»
command_four
(1.0.0)
»
Index
»
Board
»
#game_over?
Method: Board#game_over?
Defined in:
lib/command_four/board.rb
#
game_over?
⇒
Boolean
Returns:
(
Boolean
)
32 33 34
# File 'lib/command_four/board.rb', line 32
def
game_over?
@state
.
game_over?
end