diff options
Diffstat (limited to 'Library/Formula/jruby.rb')
| -rw-r--r-- | Library/Formula/jruby.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/jruby.rb b/Library/Formula/jruby.rb index d32bdf8ad..834a81ca2 100644 --- a/Library/Formula/jruby.rb +++ b/Library/Formula/jruby.rb @@ -31,6 +31,13 @@ class Jruby < Formula end end + def caveats; <<-EOS.undent + Consider using RVM or Cider to manage Ruby environments: + * RVM: http://rvm.beginrescueend.com/ + * Cider: http://www.atmos.org/cider/intro.html + EOS + end + def test system "jruby -e 'puts \"hello\"'" end |
