There's no documentation for this item.
# File rake/contrib/publisher.rb, line 52 def upload run %{ssh #{@host} rm -rf #{@remote_dir}} rescue nil run %{ssh #{@host} mkdir #{@remote_dir}} super end
<code/>
<pre/>
<code/>and<pre/>for code samples.