Fix main loop, add example and cleanup

This commit is contained in:
2026-05-04 21:28:22 +01:00
parent 55f4b4d933
commit a51eb903c4
8 changed files with 127 additions and 128 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "utils.h"
namespace Ruby {
extern mrb_state *mrb;
inline mrb_state *mrb = mrb_open();
struct Block {
mrb_value proc;