Class: Update

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

Instance Method Summary collapse

Methods inherited from Array

#add, #execute, #to_html

Instance Method Details

#updateObject



1056
1057
1058
# File 'lib/dev_commands.rb', line 1056

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