jruby
https://github.com/jruby/jruby
Ruby
JRuby, an implementation of Ruby on the JVM
Open3::DetachThread#pid
No Docs, write some!
Edit
git clone git@github.com:jruby/jruby.git
cd jruby
open lib/ruby/stdlib/jruby/open3_windows.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Open3--DetachThread-pid-for-pr
# Commit to gitgit add lib/ruby/stdlib/jruby/open3_windows.rbgit commit -m "better docs for Open3::DetachThread#pid"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Open3--DetachThread-pid-for-pr
hub pull-request
# Celebrate!