<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -66,8 +66,8 @@ describe :argf_gets_inplace_edit, :shared =&gt; true do
     @tmp1_name_bak = @tmp1_name + &quot;.bak&quot;
     @tmp2_name_bak = @tmp2_name + &quot;.bak&quot;
 
-    File.copy @file1_name, @tmp1_name
-    File.copy @file2_name, @tmp2_name
+    FileUtils.cp @file1_name, @tmp1_name
+    FileUtils.cp @file2_name, @tmp2_name
 
     method = &quot;ARGF.send(#{@method.inspect})&quot;
     @code = &quot;begin while line = #{method} do puts 'x' end rescue EOFError; end&quot;</diff>
      <filename>spec/frozen/core/argf/shared/gets.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bb5100fc5cb24e372edbf34176f44f222d421778</id>
    </parent>
  </parents>
  <author>
    <name>eloy.de.enige@gmail.com</name>
    <email>eloy.de.enige@gmail.com</email>
  </author>
  <url>http://github.com/alloy/mr-experimental/commit/721d36ce43853a9ebb91351448cded0a56bf6425</url>
  <id>721d36ce43853a9ebb91351448cded0a56bf6425</id>
  <committed-date>2009-07-01T16:54:09-07:00</committed-date>
  <authored-date>2009-07-01T16:46:39-07:00</authored-date>
  <message>Have to use FileUtils


git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/branches/experimental@1960 23306eb0-4c56-4727-a40e-e92c0eb68959</message>
  <tree>7a99d80a113e7221c8b078d81d7d599d54cfea50</tree>
  <committer>
    <name>Eloy Duran</name>
    <email>eloy.de.enige@gmail.com</email>
  </committer>
</commit>
