Your IP : 216.73.217.117


Current Path : /lib/ruby/vendor_ruby/rubygems/optparse/lib/optparse/
Upload File :
Current File : //lib/ruby/vendor_ruby/rubygems/optparse/lib/optparse/shellwords.rb

# frozen_string_literal: false
# -*- ruby -*-

require 'shellwords'
require_relative '../optparse'

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