[MacRuby-devel] Dispatch gem

Arthur Gunn Arthur at Gunn.co.nz
Tue Dec 14 16:27:19 PST 2010


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


More information about the MacRuby-devel mailing list