Method: WinShell#escape
- Defined in:
- lib/piggy-core/winshell.rb
#escape(pathString) ⇒ Object
for use in commandline execution
225 226 227 |
# File 'lib/piggy-core/winshell.rb', line 225 def escape(pathString) return "\"#{pathString}\"" end |