Class: Simple

Inherits:
Object show all
Defined in:
lib/swxruby/services/simple.rb

Instance Method Summary collapse

Instance Method Details

#add_numbers(first, second) ⇒ Object



2
3
4
# File 'lib/swxruby/services/simple.rb', line 2

def add_numbers(first, second)
	first + second
end