class Utils::ProbeServer

def history_clear

def history_clear
  @history = []
  true
end