class Tryouts::Drill

def has_error?

def has_error?
  !@reality.error.nil?
end