Class: Pathname
- Inherits:
-
Object
- Object
- Pathname
- Defined in:
- lib/cocoapods-downloader/base.rb
Instance Method Summary collapse
-
#shellescape ⇒ String
A version of the path that is escaped to be safe to use in a shell.
Instance Method Details
#shellescape ⇒ String
Returns a version of the path that is escaped to be safe to use in a shell.
6 7 8 |
# File 'lib/cocoapods-downloader/base.rb', line 6 def shellescape to_s.shellescape end |