module FirstCreateGem

Constants

VERSION

Public Class Methods

greet() click to toggle source
# File lib/first_create_gem.rb, line 5
def self.greet
  "Hello"
end