On 7/1/07, Larry Gilbert <[EMAIL PROTECTED]> wrote:

Then I have a file task that looks like this:

file 'example.html' => ['example.html.erb', 'example.js'] do |t|
  puts GOOGLE_DIR
  indir GOOGLE_DIR { general_erb_filetask(t) }
end


I finally found the note in Rake's documentation for Sys that I should be
using FileUtils instead.  So I guess the cd method is equivalent and will
take a block as well.

However, I have the exact same problem using cd.

--
Larry Gilbert
San Diego, CA, USA
_______________________________________________
Sdruby mailing list
[email protected]
http://lists.sdruby.com/mailman/listinfo/sdruby

Reply via email to