Module: DuyojiGemTest

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

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.hello_worldObject

Your code goes here…



5
6
7
# File 'lib/duyoji_gem_test.rb', line 5

def self.hello_world
	p 'hello world'
end