5 lines
		
	
	
	
		
			73 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			73 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| def test_func
 | |
|   rust_func.and_then do |x|
 | |
|     print("abc" + 5)
 | |
|   end
 | |
| end
 |