Class: Update
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#update ⇒ Object
2 3 4 |
# File 'lib/commands/update.rb', line 2 def update self .add 'svn update' if File.exists?('.svn') && Internet.available? end |