mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
01febcab3e
This adds JRuby's logic used on platforms where we do not have native access to posix_spawn and related posix functions needed to do fully-native subprocess launching and management. The code here instead uses the JDK ProcessBuilder logic to simulate most of the Open3 functionality. This code does not pass all tests, currently, but provides most of the key functionality on pure-Java (i.e. no native FFI) platforms. https://github.com/ruby/open3/commit/689da19c42
3 lines
37 B
Ruby
3 lines
37 B
Ruby
module Open3
|
|
VERSION = "0.1.1"
|
|
end
|