Method Ruby

def adder(operand_one, operand_two)
  operand_one + operand_two
end