shellwords for mruby.
Add this line to build_config.rb:
MRuby::Build.new do |conf|
conf.gem github: 'k0kubun/mruby-shellwords'
end
or add this line to your application's mrbgem.rake:
MRuby::Gem::Specification.new('your-mrbgem') do |spec|
spec.add_dependency 'mruby-shellwords', github: 'k0kubun/mruby-shellwords'
end
See shellwords in Ruby.
Bug reports and pull requests are welcome on GitHub at https://github.com/k0kubun/mruby-shellwords.
The same as Ruby. https://www.ruby-lang.org/en/about/license.txt