#add, #execute, #to_html
2 3 4
# File 'lib/update.rb', line 2 def update self .add 'svn update' if File.exists?('.svn') end