From: Friedrich Dominicus Date: 2003-02-28T18:02:53+09:00 Subject: I'm stuck Well my problem sounds IMHO trivial. assume I have a ruby file like that class SomeClass @@some_var = 0; end Now I want to create an this Object from C and access @@some_var How do I do that? I tried a day, but do not get more far than access violations I checked Google and read the Ruby chapter in the Programming Ruby book more than once, but did not get it. So please give me a hand Friedrich