Class: Pathname

Inherits:
Object
  • Object
show all
Defined in:
lib/docker-pier/log-stream.rb

Instance Method Summary collapse

Instance Method Details

#to_shellObject



11
12
13
# File 'lib/docker-pier/log-stream.rb', line 11

def to_shell
  Shellwords.escape(self.to_s)
end