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