Class: Add
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#update ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/add.rb', line 2 def update if(File.exists?('.gitignore')) add 'git add --all' else end end |