> It seems to work for me:
>
> % macruby -e 'p MACRUBY_VERSION, MACRUBY_REVISION'
> "0.7"
> "svn revision 4566 from http://svn.macosforge.org/repository/ruby/MacRuby/branches/0.7"
> % macruby -e 'p NSArray.array'
> []
>
> % macruby -e 'p NSArray.new'
> []
>