module Adder

Constants

VERSION

Public Instance Methods

add(a, b) click to toggle source
# File lib/adder.rb, line 6
def add(a, b)
  a + b
end