#468: String.split("") doesn't work as expected -------------------------------------+-------------------------------------- Reporter: jordan.breed...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- As reported on the list String.split("") doesn't work as expected:
{{{ 156 jor...@thetourist ~/Tests/priority_queue_bug > ruby -e 'p "test".split("")' ["t", "e", "s", "t"] 157 jor...@thetourist ~/Tests/priority_queue_bug > /opt/homebrew/bin/ruby -e 'p "test".split("")' ["t", "e", "s", "t"] 158 jor...@thetourist ~/Tests/priority_queue_bug > macruby -e 'p "test".split("")' ["test"] }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/468> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel