Module: KlenotiwGem

Defined in:
lib/klenotiw_gem.rb,
lib/klenotiw_gem/version.rb

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.add_two_numbers(first, second) ⇒ Object



7
8
9
# File 'lib/klenotiw_gem.rb', line 7

def add_two_numbers(first, second)
  first + second
end