module FirstGemProject

Constants

VERSION

Public Class Methods

greet(name) click to toggle source
# File lib/firstGemProject.rb, line 4
def self.greet(name)
  puts "Hello,#{name}! I'm Ruby!"
end