2 3 4
# File 'lib/swxruby/services/simple.rb', line 2 def add_numbers(first, second) first + second end