Sha256: c50e5dcac5d4d194bf7e4c78d529bee12bf15b2d9f10c0a264d5e9d1e1ec393f

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

require "HyakuninIssyu/version"
require "yaml"

module HyakuninIssyu
  AUTHORS = YAML.load_file(File.expand_path(File.join('..', 'data', 'authors.yml'), __FILE__))
  POEMS = YAML.load_file(File.expand_path(File.join('..', 'data', 'poems.yml'), __FILE__))

	def poem(id)
	end
	module_function :poem
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
HyakuninIssyu-0.0.2 lib/HyakuninIssyu.rb