Sha256: 3c1baca9f8a843946f49e026d6bb7e7d6cca338cc613bedb90d4dc13a160122a

Contents?: true

Size: 143 Bytes

Versions: 1

Compression:

Stored size: 143 Bytes

Contents

require "hello_hayashi/version"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hello_hayashi-0.1.3 lib/hello_hayashi.rb