summaryrefslogtreecommitdiff
path: root/lib/rubygems/shellwords.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/shellwords.rb')
-rw-r--r--lib/rubygems/shellwords.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rubygems/shellwords.rb b/lib/rubygems/shellwords.rb
new file mode 100644
index 0000000000..741dccb363
--- /dev/null
+++ b/lib/rubygems/shellwords.rb
@@ -0,0 +1,3 @@
+# frozen_string_literal: true
+
+autoload :Shellwords, "shellwords"