class Setup < Array def add command self << command if(!include?(command)) end end