class Utils::ProbeServer::Job

def ok

def ok
  case @ok
  when false then 'n'
  when true  then 'y'
  else            '-'
  end
end