diff --git a/src/runtimes/ruby.rs b/src/runtimes/ruby.rs index 10d7b5f..db1f908 100644 --- a/src/runtimes/ruby.rs +++ b/src/runtimes/ruby.rs @@ -3,6 +3,7 @@ // TODO: add tests for every runtime for return value // TODO: maybe unify api and call non thread methods non_send // TODO: add tests for entity variable and buitin types for every runtime +// TODO: line numbers for errors use std::{ collections::HashMap,