master
# frozen_string_literal: trueAdd an empty line after magic comments.module Stats module Round class BlankPolicy < StandardPolicy def speaks 0 end def ranks 0 end end endend