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