Ruby support #1
1 changed files with 2 additions and 2 deletions
|
|
@ -456,8 +456,8 @@ impl Runtime for RubyRuntime {
|
||||||
_context: &Self::CallContext,
|
_context: &Self::CallContext,
|
||||||
args: Vec<Self::Value>,
|
args: Vec<Self::Value>,
|
||||||
) -> Result<Self::Value, crate::ScriptingError> {
|
) -> Result<Self::Value, crate::ScriptingError> {
|
||||||
let value = value.clone(); // TODO: maybe just clone/wrap where we added Send + static
|
let value = value.clone();
|
||||||
// currently?>
|
|
||||||
self.ruby_thread
|
self.ruby_thread
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue