class KnapsackPro::TestFileCleaner

Public Class Methods

clean(test_file_path) click to toggle source
# File lib/knapsack_pro/test_file_cleaner.rb, line 5
def self.clean(test_file_path)
  test_file_path.sub(/^\.\//, '')
end