Just to clarify the reason behind this, in Ruby 1.9 { foo:bar } translates
into { :foo => bar }. Since you want a has using constants as keys, the
shorthand notation doesn't work. In other words, your first example
translates to:
psc_options = { :NSMigratePersistentStoresAutomaticallyOption =>
NSN
I started a new project today - MacRuby Document Based Application. I
made the usual start up noises - git repo., etc.
When I built the project just to check I'd done nothing stupid, I got
'failed - 33 errors' with the error above. (Thinks - it's going to be
one of those days!)
A quick check in Pr