function rb_gv_get

[edit]
VALUE rb_gv_get(const char *name)

Ruby のグローバル変数の値を取得します。

使用例

VALUE v = rb_gv_get("$!")