Module: FileUtils
- Defined in:
- lib/docubot.rb
Class Method Summary collapse
Class Method Details
.win_path(path) ⇒ Object
17 18 19 |
# File 'lib/docubot.rb', line 17 def self.win_path( path ) path.gsub( '/', '\\' ) end |
17 18 19 |
# File 'lib/docubot.rb', line 17 def self.win_path( path ) path.gsub( '/', '\\' ) end |