Class: File
- Inherits:
-
Object
- Object
- File
- Defined in:
- lib/rubytest/core_ext/file.rb
Class Method Summary collapse
Class Method Details
.localname(path) ⇒ Object
4 5 6 |
# File 'lib/rubytest/core_ext/file.rb', line 4 def self.localname(path) path.sub(Dir.pwd+'/','') end |