Class: Pathname
- Inherits:
-
Object
- Object
- Pathname
- Defined in:
- lib/docker-pier/log-stream.rb
Instance Method Summary collapse
Instance Method Details
#to_shell ⇒ Object
11 12 13 |
# File 'lib/docker-pier/log-stream.rb', line 11 def to_shell Shellwords.escape(self.to_s) end |