[macruby-changes] [2393] MacRuby/trunk/io.c

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 26 14:43:03 PDT 2009


Revision: 2393
          http://trac.macosforge.org/projects/ruby/changeset/2393
Author:   lsansonetti at apple.com
Date:     2009-08-26 14:43:03 -0700 (Wed, 26 Aug 2009)
Log Message:
-----------
return nil as the internal encoding (as a temporary measure)

Modified Paths:
--------------
    MacRuby/trunk/io.c

Modified: MacRuby/trunk/io.c
===================================================================
--- MacRuby/trunk/io.c	2009-08-26 20:16:15 UTC (rev 2392)
+++ MacRuby/trunk/io.c	2009-08-26 21:43:03 UTC (rev 2393)
@@ -4004,7 +4004,8 @@
 static VALUE
 rb_io_internal_encoding(VALUE io, SEL sel)
 {
-    rb_notimplement();
+    // TODO
+    return Qnil;
 }
 
 /*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090826/f02a4092/attachment.html>


More information about the macruby-changes mailing list