Ruby support #1
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue