[MacRuby-devel] String methods missing in MacRuby

Jordan Breeding jordan.breeding at me.com
Sat Nov 28 12:35:22 PST 2009


I think that String.each was mixed in from Enumerable, which 1.9 no longer does.

each is not a method on String in 1.9 either, so I don't think this is a MacRuby problem.

You should file a bug for the problem with split().

On Nov 28, 2009, at 14:30, Robert Rice wrote:

> Hi Group:
> 
> The string.each method is undefined in MacRuby.
> I can work around it by using string.each_byte then convert the fixnum back to a character using the i.chr method.
> 
> Also string.split( "" ) does not convert the string to an array as it did before.
> 
> Bob Rice
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3820 bytes
Desc: not available
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20091128/11f847fe/attachment.bin>


More information about the MacRuby-devel mailing list