[MacRuby-devel] String methods missing in MacRuby

Robert Rice rice.audio at pobox.com
Sat Nov 28 12:30:04 PST 2009


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


More information about the MacRuby-devel mailing list