Sha256: b6bfa93c68b952daef3ad4d61768f6500b6e43acf926eb42f616108c7e167941
Contents?: true
Size: 486 Bytes
Versions: 1
Compression:
Stored size: 486 Bytes
Contents
require 'pathname' module Appear VERSION = '1.0.3' # root error for our library; all other errors inherit from this one. class Error < StandardError; end # we also put common constants in here because it's a good spot. # Should we rename this file to 'appear/constants' ? # the root of the Appear project directory MODULE_DIR = Pathname.new(__FILE__).realpath.join('../../..') # where we look for os-specific helper files TOOLS_DIR = MODULE_DIR.join('tools') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appear-1.0.3 | lib/appear/constants.rb |