Class: HelloWorld

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

Overview

Class and method names follow standard Ruby conventions

Instance Method Summary collapse

Instance Method Details

#just_say_the_wordsObject

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