module Myadder

Constants

VERSION

Public Instance Methods

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