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
5 6 7 |
# File 'lib/knapsack_pro/test_file_cleaner.rb', line 5 def self.clean(test_file_path) test_file_path.sub(/^\.\//, '') end |