Module: Shellwords

Defined in:
lib/fedux_org_stdlib/core_ext/shellwords/clean.rb

Class Method Summary collapse

Class Method Details

.shellclean(string) ⇒ Object Also known as: clean



6
7
8
# File 'lib/fedux_org_stdlib/core_ext/shellwords/clean.rb', line 6

def shellclean(string)
  shellescape(string).gsub(/\\./, '')
end