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