5 lines
		
	
	
	
		
			62 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			62 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| def test_func
 | |
|   rust_func.and_then do |x|
 | |
|     raise
 | |
|   end
 | |
| end
 | 
