4 lines
		
	
	
		
			54 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			54 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
def fx(ctx)
 | 
						|
  ctx[:response].body = "hello world"
 | 
						|
end
 | 
						
def fx(ctx)
 | 
						|
  ctx[:response].body = "hello world"
 | 
						|
end
 |