Module: Foxmash

Defined in:
lib/foxmash.rb,
lib/foxmash/version.rb

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.add(x, y) ⇒ Object



4
5
6
# File 'lib/foxmash.rb', line 4

def self.add(x,y)
    x + y
end