Module: NPGRT::FileSystem

Included in:
NPGRT
Defined in:
lib/npgrt/filesystem.rb

Instance Method Summary collapse

Instance Method Details

#normalize_pathsep_os(path) ⇒ Object



3
4
5
# File 'lib/npgrt/filesystem.rb', line 3

def normalize_pathsep_os(path)
  path.tr("/", "\\")
end