Sha256: cd5337a028c6b5b10119e2f9a48f2090f083e6e76f2f1cbd022a477ad06c2539
Contents?: true
Size: 134 Bytes
Versions: 165
Compression:
Stored size: 134 Bytes
Contents
module KnapsackPro class TestFileCleaner def self.clean(test_file_path) test_file_path.sub(/^\.\//, '') end end end
Version data entries
165 entries across 165 versions & 1 rubygems