#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: Tue May 13 17:24:40 2008
Last generated: 2008-05-13 17:24
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.