require "firstGem/version" module FirstGem module ClassMethods def self.print_hello puts "hello" end end end