Module: MinitestBender::Utils
- Defined in:
- lib/minitest-bender/utils.rb
Class Method Summary collapse
Class Method Details
.relative_path(full_path) ⇒ Object
3 4 5 |
# File 'lib/minitest-bender/utils.rb', line 3 def self.relative_path(full_path) full_path.gsub("#{Dir.pwd}/", '') end |