Re: [MacRuby-devel] Fwd: OS X10.9 & MacRuby's future...

2013-05-17 Thread Colin T.A. Gray
not full, no, but it does support most things, like define_method, instance_eval, responds? eval('ruby code') is most definitely not supported. is that a feature or a bug? you decide ;-) If there's a complete list of reflection/metaprogramming related methods out there, I could try and tell y

Re: [MacRuby-devel] Internationalization question

2013-02-23 Thread Colin T.A. Gray
you can pass a "plain string" (e.g. "text string" not @"text string") and macruby will treat it as an NSString. and I think the localized version is fetched using: NSBundle.mainBundle.localizedStringForKey('text string', value:nil, table:nil) @colinta colinta.com github.com/colinta On