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
Your code goes hereā¦
# File lib/lottar.rb, line 5 def self.add(a,b) a+b end