module FEEN::Parser::Turn
Overview
The turn module.
Defined in:
feen/parser/turn.crClass Method Summary
-
.parse(side_id)
@param side_id [String] The identifier of bottom-side and top-side.
Class Method Detail
def self.parse(side_id)
#
@param side_id [String] The identifier of bottom-side and top-side.
@example Parse the number that identify the player who have to play parse("0") # => 0
@return [Integer] The number that identify the player who have to play.