diff --git a/src/runtimes/ruby.rs b/src/runtimes/ruby.rs index cb076e6..6c65b7a 100644 --- a/src/runtimes/ruby.rs +++ b/src/runtimes/ruby.rs @@ -456,8 +456,8 @@ impl Runtime for RubyRuntime { _context: &Self::CallContext, args: Vec, ) -> Result { - let value = value.clone(); // TODO: maybe just clone/wrap where we added Send + static - // currently?> + let value = value.clone(); + self.ruby_thread .as_ref() .unwrap()