module FEEN::Dumper::Turn
Overview
The turn module.
Defined in:
feen/dumper/turn.crClass Method Summary
-
.dump(side_id)
@param side_id [Integer] The identifier of the active player.
Class Method Detail
def self.dump(side_id)
#
@param side_id [Integer] The identifier of the active player.
@example Dump the number that identify the player who have to play dump(0) # => "0"
@return [String] The number that identify the player who have to play.