Class and method names follow standard Ruby conventions
Service class methods are instance methods.
[Source]
# File lib/swxruby/services/hello_world.rb, line 4 4: def just_say_the_words 5: 'Hello World!' 6: end
[Validate]