This plugin adds aliases for JRuby.
To use it, add jruby
to the plugins array in your zshrc file:
plugins=(... jruby)
This plugin assumes you already have jruby installed and available in your path.
Alias | Command |
---|---|
jrspec |
jruby --debug -S rspec --debug |
jprofile |
jruby --profile.api -S rspec |
jexec |
jruby -S |