Back to Ohmyzsh

JRuby plugin

plugins/jruby/README.md

latest747 B
Original Source

JRuby plugin

This plugin adds aliases for JRuby.

To use it, add jruby to the plugins array in your zshrc file:

zsh
plugins=(... jruby)

Requirements

This plugin assumes you already have jruby installed and available in your path.

Aliases

AliasCommand
jrspecjruby --debug -S rspec --debug
jprofilejruby --profile.api -S rspec
jexecjruby -S