all tests pass

This commit is contained in:
Jaroslaw Konik 2025-05-14 21:17:13 +02:00
parent 03ec5d4941
commit 2a05b9a50d

View file

@ -1,5 +1,5 @@
def test_func
rust_func.and_then do |x|
print("abc" + 5)
end
rust_func.and_then lambda { |x|
$state['x'] = x
}
end