module Barakplus
Constants
- VERSION
Public Class Methods
add(a, b)
click to toggle source
# File lib/barakplus.rb, line 4 def self.add(a, b) a+b end
# File lib/barakplus.rb, line 4 def self.add(a, b) a+b end