Fix main loop, add example and cleanup
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "utils.h"
|
||||
|
||||
namespace Ruby {
|
||||
extern mrb_state *mrb;
|
||||
inline mrb_state *mrb = mrb_open();
|
||||
struct Block {
|
||||
mrb_value proc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user