bevy_scriptum/assets/tests/ruby/promise_runtime_error.rb
2025-05-26 07:00:00 +02:00

5 lines
62 B
Ruby

def test_func
rust_func.and_then do |x|
raise
end
end