Sha256: 270805e487007d353afa2743a3db9baa9d43ce404dcf1d1b6b9eeccaff539ab7

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 Bytes

Contents

$:.unshift(File.expand_path("../../lib", __FILE__))

# Yahtzee is the namespace for the whole project
# it is therefore used in every file. Every file
# also need access to our error defs, so that is
# here as well.
#
module Yahtzee
  VERSION = "0.0.3"
end

require 'errors'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
functional-yahtzee-0.0.3 lib/yahtzee.rb