class Add < Array def update if(File.exists?('.gitignore')) add 'git add --all' else end end end