module Lottar

Constants

VERSION

Public Class Methods

add(a,b) click to toggle source

Your code goes here…

# File lib/lottar.rb, line 5
def self.add(a,b)
    
    a+b    
end