module Testest

Constants

VERSION

Public Class Methods

add(a,b) click to toggle source

Your code goes here…

# File lib/testest.rb, line 7
def self.add(a,b)
      return a+b
end