There's no documentation for this item.
# File commands/plugin.rb, line 903 def fetch(links = @urls_to_fetch) links.each do |l| (l =~ /\/$/ || links == @urls_to_fetch) ? fetch_dir(l) : download(l) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.