jruby
https://github.com/jruby/jruby
Ruby
JRuby, an implementation of Ruby on the JVM
Enumerator::FiberGenerator#next_values
No Docs, write some!
Edit
git clone [email protected]:jruby/jruby.git
cd jruby
open core/src/main/ruby/jruby/kernel/enumerator.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Enumerator--FiberGenerator-next_values-for-pr
# Commit to gitgit add core/src/main/ruby/jruby/kernel/enumerator.rbgit commit -m "better docs for Enumerator::FiberGenerator#next_values"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Enumerator--FiberGenerator-next_values-for-pr
hub pull-request
# Celebrate!