Sha256: c5301d54f2309b2b4c5d1c2d5d2996e3c1c9e7807c60ca672b1b4c69a18701c2
Contents?: true
Size: 277 Bytes
Versions: 4
Compression:
Stored size: 277 Bytes
Contents
require 'data_paths/data_paths' module Helpers include DataPaths DATA_DIRS = [ File.expand_path(File.join(File.dirname(__FILE__),'data1')), File.expand_path(File.join(File.dirname(__FILE__),'data2')), ] DATA_DIRS.each { |path| register_data_path(path) } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
data_paths-0.3.1 | spec/helpers/data.rb |
data_paths-0.3.0 | spec/helpers/data.rb |
data_paths-0.3.0.rc2 | spec/helpers/data.rb |
data_paths-0.3.0.rc1 | spec/helpers/data.rb |