#ifndef ROOT_TRuby
#define ROOT_TRuby
#ifndef ROOT_TObject
#include "TObject.h"
#endif
class TRuby {
private:
static bool Initialize();
public:
virtual ~TRuby() { }
static void Exec(const char *cmd);
static TObject *Eval(const char *expr);
static bool Bind(TObject *obj, const char *label);
static void Prompt();
ClassDef(TRuby,0)
};
#endif
Last change: Wed Jun 25 08:52:29 2008
Last generated: 2008-06-25 08:52
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.