21 22 23 24
# File 'lib/hack01.rb', line 21 def self.info p "Making a first ruby gem" p "https://guides.rubygems.org/make-your-own-gem/" end