Ruby support #1

Open
jaroslaw wants to merge 165 commits from ruby into main
Showing only changes of commit 9b8b15ded7 - Show all commits

View file

@ -323,7 +323,6 @@ impl Runtime for RubyRuntime {
.as_ref()
.unwrap()
.execute(Box::new(move |ruby| {
// TODO: use ruby.proc_from_fn instead
ruby.define_global_function(&name, function!(callback, -1));
RubyValue::nil(&ruby)
}));