Ruby support #1

Open
jaroslaw wants to merge 165 commits from ruby into main
Showing only changes of commit 2a05b9a50d - Show all commits

View file

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