class Tryouts::Tryout

def clean(&block)

A block to executed one time _after_ the drills
def clean(&block)
  return @clean unless block
  @clean = block
end