All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jruby.kernel19.process.rb Maven / Gradle / Ivy

There is a newer version: 0.8.14
Show newest version
module Process
  def self.spawn(*args)
    _spawn_internal(*JRuby::ProcessUtil.exec_args(args))
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy