module RedundantMath
Constants
- VERSION
Public Class Methods
add(x,y)
click to toggle source
# File lib/redundant_math.rb, line 4 def self.add(x,y) x + y end
# File lib/redundant_math.rb, line 4 def self.add(x,y) x + y end