all tests pass
This commit is contained in:
parent
03ec5d4941
commit
2a05b9a50d
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue