Your IP : 216.73.216.95


Current Path : /usr/lib/ruby/2.5.0/optparse/
Upload File :
Current File : //usr/lib/ruby/2.5.0/optparse/shellwords.rb

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

require 'shellwords'
require 'optparse'

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