module AnthonyAdder

Constants

VERSION

Public Class Methods

add(a, b) click to toggle source

Your code goes here…

# File lib/anthony_adder.rb, line 5
def self.add(a, b)
              a + b
      end