module Testest
Constants
- VERSION
Public Class Methods
add(a,b)
click to toggle source
Your code goes hereā¦
# File lib/testest.rb, line 7 def self.add(a,b) return a+b end
Your code goes hereā¦
# File lib/testest.rb, line 7 def self.add(a,b) return a+b end