def f(): a = 1 b = 1 puts(a + b * 123) print("Hello from extract method")