class KnapsackPro::TestFileCleaner
Public Class Methods
Source
# File lib/knapsack_pro/test_file_cleaner.rb, line 5 def self.clean(test_file_path) test_file_path.sub(/^\.\//, '') end
# File lib/knapsack_pro/test_file_cleaner.rb, line 5 def self.clean(test_file_path) test_file_path.sub(/^\.\//, '') end