Sha256: 342c4e8c03333710fd49b8448662a8cd85c9499e946c301ff40262eb1a90831f

Contents?: true

Size: 166 Bytes

Versions: 1

Compression:

Stored size: 166 Bytes

Contents

require "hello_hayashi/version"

module HelloHayashi
  class Error < StandardError; end
  class Hayashi
    def greets
      puts 'Hello, Hayashi!'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hello_hayashi-0.1.1 lib/hello_hayashi.rb