# File lib/rake/contrib/publisher.rb, line 50
50:   def upload
51:     run %{ssh #{@host} rm -rf #{@remote_dir}} rescue nil
52:     run %{ssh #{@host} mkdir #{@remote_dir}}
53:     super
54:   end