Module: Lottar

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

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.add(a, b) ⇒ Object

Your code goes here…



5
6
7
8
# File 'lib/lottar.rb', line 5

def self.add(a,b)
    
    a+b    
end