#include "rubywrapper.h"
Include dependency graph for rubywrapper.cpp:
Go to the source code of this file.
Functions | |
VALUE | zeitgeist::RbFuncallWrap (VALUE arg) |
a functor for the rb_protect function, used to safely excecute ruby code | |
VALUE | zeitgeist::RbEvalStringWrap (const std::string &str, int &error) |
calls a safe rb_eval_string variant and prints any ruby error messages along with a backtrace to stdout. | |
VALUE | zeitgeist::RbEvalStringWrap (const std::string &str) |
calls a safe rb_eval_string variant and prints any ruby error messages along with a backtrace to stdout | |
std::string | zeitgeist::RbGetError () |
qeuries ruby for a string that describes the last error | |
void | zeitgeist::RbPrintError () |
prints the last ruby error to stdout along with a backtrace |