module GRMath

Constants

VERSION

Public Class Methods

sum(a, b) click to toggle source
# File lib/grmath.rb, line 4
def self.sum(a, b)
  a + b
end