7 8 9 10
# File 'lib/verb/fetch.rb', line 7 def fetch(args) Update.new.update args Download.new.download args end