I'm new to Ruby and can't seem to find much info calling Ruby from C. Basically I would like pointers (to docs if they exist) on how to: initialize the interpreter load a class create an instance of the loaded class make method calls on the newly created instance. Thanks in advance -geoff