add

in calculator.rb [1:4]


  def add(x, y)
    x + y
  end