[macruby-changes] [1554] MacRuby/branches/experimental/lib/fileutils.rb

source_changes at macosforge.org source_changes at macosforge.org
Thu May 7 18:30:19 PDT 2009


Revision: 1554
          http://trac.macosforge.org/projects/ruby/changeset/1554
Author:   lsansonetti at apple.com
Date:     2009-05-07 18:30:19 -0700 (Thu, 07 May 2009)
Log Message:
-----------
comment the #copy stuff for now (it conflicts with -[NSObject copy], we will fix that later in macruby core)

Modified Paths:
--------------
    MacRuby/branches/experimental/lib/fileutils.rb

Modified: MacRuby/branches/experimental/lib/fileutils.rb
===================================================================
--- MacRuby/branches/experimental/lib/fileutils.rb	2009-05-08 00:53:20 UTC (rev 1553)
+++ MacRuby/branches/experimental/lib/fileutils.rb	2009-05-08 01:30:19 UTC (rev 1554)
@@ -385,8 +385,8 @@
   end
   module_function :cp
 
-  alias copy cp
-  module_function :copy
+  #alias copy cp
+  #module_function :copy
 
   OPT_TABLE['cp']   =
   OPT_TABLE['copy'] = [:preserve, :noop, :verbose]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090507/b4e679b5/attachment.html>


More information about the macruby-changes mailing list