Sha256: 616c421436173e9352442f5119219409aae9ec602acf92c1c7118eb100fe78d1
Contents?: true
Size: 171 Bytes
Versions: 5
Compression:
Stored size: 171 Bytes
Contents
class File def self.native_path(path) expanded_path = File.expand_path(path) expanded_path.gsub!('/', '\\') if PLATFORM['win32'] expanded_path end end
Version data entries
5 entries across 5 versions & 2 rubygems