[MacRuby-devel] macruby singleton_methods

2011-05-11 Thread anoiaque
Hi, Suppose: class User; def self.all;end end With Ruby 1.8, and 1.9.2 interpreters User.singleton_methods #=> [:all] With Macruby you get []. Normal ? Is it an issue to add ? Can we interpret 1.9.2 code with macruby and expect the same result ? Thanks. _

Re: [MacRuby-devel] MiniTest and TestUnit implementations

2011-05-09 Thread anoiaque
rror or Success) and get global result of tests after all. Perhaps it can be usefull for someone else, so i've extracted it as a gem. You can find it on Gemcutter : https://rubygems.org/gems/minitest_owrapper Github repo : https://github.com/anoiaque/minitest_owr

[MacRuby-devel] MiniTest and TestUnit implementations

2011-05-04 Thread anoiaque
Hi, Why both minitest and testunit modules are so tied to output in the code ... Why is there no class/instance method with which i can get result as an object (~ Minitest::Unit.run() => ) Why must i hack theses modules(even if its quite easy with ruby) to get result as an object i can work wit

Re: [MacRuby-devel] Xcode 4 - Font & Colors Theme for Macruby

2011-04-27 Thread anoiaque
I can't find a way (xml grammar , ... ) like we can do with Textmate Edit Language under Xcode package, but i have not the time for now to dig more. Anyway i think you are right, outside Apple, we can not dot it. Of course, dvtcolorthemes is just fo specify colors for keys and what i search for

[MacRuby-devel] Xcode 4 - Font & Colors Theme for Macruby

2011-04-26 Thread anoiaque
Hi, Is there a way to create an .dvtcolortheme xml file for macruby. It seems that xcode4 does not recognize macruby language elements for font and colorize, am i wrong ? Thanks ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http:/