master
# frozen_string_literal: trueAdd an empty line after magic comments.module Stats module Round class PunitivePolicy < StandardPolicy def speaks TournamentSetting.get('min_speaks') end def ranks 3.5 end end endend