From 03ec5d4941380c8cde48424ffea13a2bdee24cf4 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Wed, 14 May 2025 17:13:38 +0200 Subject: [PATCH] add todo --- src/runtimes/ruby.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtimes/ruby.rs b/src/runtimes/ruby.rs index 4c1520a..3d05da3 100644 --- a/src/runtimes/ruby.rs +++ b/src/runtimes/ruby.rs @@ -150,6 +150,7 @@ impl Default for RubyRuntime { .define_method("and_then", magnus::method!(then, 1)) .unwrap(); })); + // TODO: add test for those types for every runtime // engine // .register_userdata_type::(|typ| { // typ.add_field_method_get("index", |_, entity| Ok(entity.0.index()));