Sha256: 9bda6da88bf09e88aea035461b47df1a5d0d63087d952f359eb46f48f8ad31d3

Contents?: true

Size: 198 Bytes

Versions: 31

Compression:

Stored size: 198 Bytes

Contents

# encoding: utf-8
require 'shellwords'

module Shellwords
  class << self
    def shellclean(string)
      shellescape(string).gsub(/\\./, '')
    end
    alias_method :clean, :shellclean
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.7.21 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.20 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.19 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.18 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.17 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.16 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.15 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.14 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.12 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.11 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.10 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.8 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.7 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.6 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.5 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.4 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.3 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.2 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.1 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb
fedux_org-stdlib-0.7.0 lib/fedux_org_stdlib/core_ext/shellwords/clean.rb