Module: FEEN::Parser::Turn
- Defined in:
- lib/feen/parser/turn.rb
Overview
The turn module.
Class Method Summary collapse
-
.parse(side_id) ⇒ Integer
The number that identify the player who have to play.
Class Method Details
.parse(side_id) ⇒ Integer
Returns The number that identify the player who have to play.
14 15 16 |
# File 'lib/feen/parser/turn.rb', line 14 def self.parse(side_id) Integer(side_id) end |