Method: Update#update
- Defined in:
- lib/dev_commands.rb
#update ⇒ Object
1076 1077 1078 |
# File 'lib/dev_commands.rb', line 1076 def update self .add 'svn update' if File.exists?('.svn') && Internet.available? end |
1076 1077 1078 |
# File 'lib/dev_commands.rb', line 1076 def update self .add 'svn update' if File.exists?('.svn') && Internet.available? end |