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

require 'shellwords'
require 'rubygems/optparse/lib/optparse'

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