Module: AnthonyAdder
- Defined in:
- lib/anthony_adder.rb,
lib/anthony_adder/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.add(a, b) ⇒ Object
Your code goes here…
Class Method Details
.add(a, b) ⇒ Object
Your code goes here…
5 6 7 |
# File 'lib/anthony_adder.rb', line 5 def self.add(a, b) a + b end |