class File
Public Class Methods
localname(path)
click to toggle source
# File lib/rubytest/core_ext/file.rb, line 4 def self.localname(path) path.sub(Dir.pwd+'/','') end
# File lib/rubytest/core_ext/file.rb, line 4 def self.localname(path) path.sub(Dir.pwd+'/','') end