class Utils::ProbeServer

def clear

command.
The clear method clears the terminal screen by executing the clear
def clear
  system "clear"
end