bevy_scriptum/assets/tests/ruby/promise_runtime_error.rb

5 lines
77 B
Ruby

def test_func
rust_func.and_then lambda { |x|
print('abc' + 5)
}
end