Class: KnapsackPro::TestFileCleaner
- Inherits:
-
Object
- Object
- KnapsackPro::TestFileCleaner
- Defined in:
- lib/knapsack_pro/test_file_cleaner.rb
Class Method Summary collapse
Class Method Details
.clean(test_file_path) ⇒ Object
3 4 5 |
# File 'lib/knapsack_pro/test_file_cleaner.rb', line 3 def self.clean(test_file_path) test_file_path.sub(/^\.\//, '') end |