diff --git a/src/runtimes/ruby.rs b/src/runtimes/ruby.rs index ccba49b..da00a42 100644 --- a/src/runtimes/ruby.rs +++ b/src/runtimes/ruby.rs @@ -1,4 +1,5 @@ // TODO: install with CC=clang rbenv install 3.4.3 +// TODO: adjust rhai examples and docs or maybe more rhai changes to different PR use std::{ collections::HashMap,