module FileUtils
Public Class Methods
win_path( path )
click to toggle source
# File lib/docubot.rb, line 17 def self.win_path( path ) path.gsub( '/', '\\' ) end
# File lib/docubot.rb, line 17 def self.win_path( path ) path.gsub( '/', '\\' ) end