class Utils::Editor

def ensure_running

def ensure_running
  started? ? activate : start
  self
end