summaryrefslogtreecommitdiff
path: root/lib/rubygems/vendor/optparse/lib/optparse/shellwords.rb
blob: d47ad60255fe9669fb9a7ced5ee09af8c86769a5 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: false
# -*- ruby -*-

require 'shellwords'
require_relative '../optparse'

Gem::OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}