jruby

https://github.com/jruby/jruby

Ruby

JRuby, an implementation of Ruby on the JVM

#do_print1

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone git@github.com:jruby/jruby.git

cd jruby

open bench/bench_print.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs--do_print1-for-pr


# Commit to git

git add bench/bench_print.rbgit commit -m "better docs for #do_print1"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs--do_print1-for-pr

hub pull-request


# Celebrate!