Tomas Matousek wrote: > Isn't the class internal? (We should improve error reporting related to > visibility) > Try to make it public. Public fields should be accessible in the same > way properties are. > > Tomas
Yep, that was the problem. Declared it public and it works now. Thanks, benjamin -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
