bevy_scriptum/assets/tests/ruby/promise_runtime_error.rb
2025-05-14 21:17:13 +02:00

5 lines
76 B
Ruby

def test_func
rust_func.and_then lambda { |x|
$state['x'] = x
}
end