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