module Addtion

Constants

VERSION

Public Instance Methods

add(a,b) click to toggle source
# File lib/addtion/manip.rb, line 2
def add(a,b)
        return a+b 
end