Method: BCDice::GameSystem::Chill#eval_game_system_specific_command

Defined in:
lib/bcdice/game_system/Chill.rb

#eval_game_system_specific_command(command) ⇒ Object



46
47
48
# File 'lib/bcdice/game_system/Chill.rb', line 46

def eval_game_system_specific_command(command)
  roll_strike_rank_result(command)
end