Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 199 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 199 Bytes

One Plus One

This gem will sum 1 and 1.

Getting started

Install the gem.

gem install one_plus_one

Use the gem.

require 'one_plus_one'

OnePlusOne.sum
# => 2

Enjoy. :)