module NobuhikosawaiFirstGem

Constants

VERSION

Public Class Methods

say_hello() click to toggle source
# File lib/nobuhikosawai_first_gem.rb, line 4
def self.say_hello
  puts 'hello world'
end