| Direktori : /opt/alt/ruby23/lib64/ruby/2.3.0/optparse/ |
| Current File : //opt/alt/ruby23/lib64/ruby/2.3.0/optparse/shellwords.rb |
# frozen_string_literal: false
# -*- ruby -*-
require 'shellwords'
require 'optparse'
OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}