# encoding: utf-8 module Mutx module Commands def self.create_alert(name) begin Mutx::CreateAlert.start([name]) end end end end