Copy all files matching wildcard into the directory dest_dir.
# File rake/contrib/sys.rb, line 71 def copy_files(wildcard, dest_dir) for_matching_files(wildcard, dest_dir) { |from, to| copy(from, to) } end
<code/>
<pre/>
<code/>and<pre/>for code samples.