what is the best way to make JRuby to run in 1.9 mode by default?
i.e, I want to run rake test instead of jruby --1.9 -S rake test
rake test
jruby --1.9 -S rake test
An alternative solution is to put the following line (and other settings) in your ~/.jrubyrc file
compat.version=1.9