Sha256: 6963987e59ee02d05cd30113f9c8ff80ced4c0921b7df889089d664a3abe5845
Contents?: true
Size: 240 Bytes
Versions: 4
Compression:
Stored size: 240 Bytes
Contents
module ConditionalDcommit class Package def self.data_path File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'data')) end def self.data_file(filename) File.join(data_path, filename) end end end
Version data entries
4 entries across 4 versions & 2 rubygems