lib/hello_hayashi.rb in hello_hayashi-0.1.2 vs lib/hello_hayashi.rb in hello_hayashi-0.1.3

- old
+ new

@@ -1,8 +1,8 @@ require "hello_hayashi/version" module HelloHayashi class Error < StandardError; end - def greets + def self.greets puts 'Hello, Hayashi!' end end