aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/jruby.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/jruby.rb b/Library/Formula/jruby.rb
index b3bc20af4..afa2022c7 100644
--- a/Library/Formula/jruby.rb
+++ b/Library/Formula/jruby.rb
@@ -31,12 +31,6 @@ class Jruby < Formula
end
end
- def caveats; <<-EOS.undent
- Consider using RVM to manage Ruby environments:
- * RVM: http://rvm.beginrescueend.com/
- EOS
- end
-
def test
system "#{bin}/jruby -e 'puts \"hello\"'"
end