module DuyojiGemTest

Constants

VERSION

Public Class Methods

hello_world() click to toggle source

Your code goes here…

# File lib/duyoji_gem_test.rb, line 5
def self.hello_world
        p 'hello world'
end