Method: ShellHelpers::PathnameExt::Base#shellescape
- Defined in:
- lib/shell_helpers/pathname.rb
#shellescape ⇒ Object
35 36 37 38 |
# File 'lib/shell_helpers/pathname.rb', line 35 def shellescape require 'shellwords' to_s.shellescape end |