lib/firstGem.rb in
firstGem-0.0.1
vs lib/firstGem.rb in
firstGem-0.0.2
- old
+ new
@@ -1,7 +1,7 @@
require "firstGem/version" module FirstGem
- def print_hello
+ def self.print_hello
puts "hello" end end