Sha256: 2b401dcc6b835404d9d8211f47f0f2007c8904252c0f4975712f525de3532eed
Contents?: true
Size: 244 Bytes
Versions: 68
Compression:
Stored size: 244 Bytes
Contents
# Nothing to see here... move along. # Sets up load path for examples and requires some stuff require 'pp' require 'pathname' root_path = Pathname(__FILE__).dirname.join('..').expand_path lib_path = root_path.join('lib') $:.unshift(lib_path)
Version data entries
68 entries across 68 versions & 2 rubygems