class Tryouts

def debug *msg

def debug *msg
  STDERR.puts *msg if @debug
end