module NPGRT::FileSystem

Public Instance Methods

normalize_pathsep_os(path) click to toggle source
# File lib/npgrt/filesystem.rb, line 3
def normalize_pathsep_os(path)
        path.tr("/", "\\")
end