Hi!
I've just made a gem for the dispatch module recently removed from the main
macruby codebase.
I believe it's all in working order, you should just be able to:
$ sudo macgem i dispatch
$ macirb
> require 'lib/dispatch'
=> true
> (1..4).p_map {|i| i**2}
=> [1, 4, 9, 16]
etc. Hooray!
I've just gotten specs running via mspec. At the moment 4 of 81 expectations
fail, all in spec/source_test.rb
The source is at https://github.com/gunn/Dispatch
How does it look? What should happen next? Move the repo under
https://github.com/Macruby ?
Thanks,
-Arthur
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel