summaryrefslogtreecommitdiff
path: root/ruby_2_2/lib/optparse/shellwords.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/lib/optparse/shellwords.rb')
-rw-r--r--ruby_2_2/lib/optparse/shellwords.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/ruby_2_2/lib/optparse/shellwords.rb b/ruby_2_2/lib/optparse/shellwords.rb
deleted file mode 100644
index 0422d7c887..0000000000
--- a/ruby_2_2/lib/optparse/shellwords.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- ruby -*-
-
-require 'shellwords'
-require 'optparse'
-
-OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}