module PocGem

Constants

VERSION

Public Instance Methods

hello() click to toggle source
# File lib/poc_gem.rb, line 4
def hello
  puts("My Second Gem")
  return
end