class Tryouts::NoDrillType
def initialize(t); @tname = t; end
def initialize(t); @tname = t; end
def message
def message vdt = Tryouts::Drill.valid_dtypes "Tryout '#{@tname}' has no drill type. Should be: #{vdt.join(', ')}" end
def initialize(t); @tname = t; end
def message vdt = Tryouts::Drill.valid_dtypes "Tryout '#{@tname}' has no drill type. Should be: #{vdt.join(', ')}" end