lib/hello_hayashi.rb in hello_hayashi-0.1.1 vs lib/hello_hayashi.rb in hello_hayashi-0.1.2
- old
+ new
@@ -1,10 +1,8 @@
require "hello_hayashi/version"
module HelloHayashi
class Error < StandardError; end
- class Hayashi
- def greets
- puts 'Hello, Hayashi!'
- end
+ def greets
+ puts 'Hello, Hayashi!'
end
end