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