add_proc = Proc.new { |x, y| x + y } p add_proc.call(1, 2) #=> 3