Class: Update

Inherits:
Array show all
Defined in:
lib/update.rb

Instance Method Summary collapse

Methods inherited from Array

#add, #execute, #to_html

Instance Method Details

#updateObject



2
3
4
# File 'lib/update.rb', line 2

def update
  self .add 'svn update' if File.exists?('.svn')
end