Ruby support #1
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