lib/judeee_hello.rb in judeee_hello-0.1.0 vs lib/judeee_hello.rb in judeee_hello-0.2.0
- old
+ new
@@ -5,8 +5,8 @@
module JudeeeHello
class Error < StandardError; end
# Your code goes here...
def self.say
- puts "hello, wolrd!"
+ puts "🐷 < hello, wolrd!"
end
end