class Pathname
Public Instance Methods
shellescape()
click to toggle source
@return [String] a version of the path that is escaped to be safe to use in
a shell.
# File lib/cocoapods-downloader/base.rb, line 6 def shellescape to_s.shellescape end