Sha256: a2cf860acb11fc387c0a3046f58d692a0eb04189b4f56c5de32a22bc5b078347
Contents?: true
Size: 220 Bytes
Versions: 36
Compression:
Stored size: 220 Bytes
Contents
module KnapsackPro class TestFilePresenter def self.stringify_paths(test_file_paths) test_file_paths.join(' ') end def self.paths(test_files) test_files.map { |t| t['path'] } end end end
Version data entries
36 entries across 36 versions & 1 rubygems