5 lines
76 B
Ruby
5 lines
76 B
Ruby
def test_func
|
|
rust_func.and_then lambda { |x|
|
|
$state['x'] = x
|
|
}
|
|
end
|