[Source]
# File lib/swxruby/services/simple.rb, line 2 2: def add_numbers(first, second) 3: first + second 4: end
[Validate]