Method: TttGame.get_history_length
- Defined in:
- lib/ttt/interfaces/rails/app/models/ttt_game.rb
.get_history_length(game_id, context) ⇒ Object
17 18 19 |
# File 'lib/ttt/interfaces/rails/app/models/ttt_game.rb', line 17 def self.get_history_length(game_id, context) context.get_history_length(game_id) end |