Class: HelloWorld
Overview
Class and method names follow standard Ruby conventions
Instance Method Summary collapse
-
#just_say_the_words ⇒ Object
Service class methods are instance methods.
Instance Method Details
#just_say_the_words ⇒ Object
Service class methods are instance methods.
4 5 6 |
# File 'lib/swxruby/services/hello_world.rb', line 4 def just_say_the_words 'Hello World!' end |