Module: NwtgckHello2

Defined in:
lib/nwtgck_hello2.rb,
lib/nwtgck_hello2/version.rb

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.helloObject

Your code goes here…



9
10
11
# File 'lib/nwtgck_hello2.rb', line 9

def self.hello
	puts 'hello, world'
end