aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jruby.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-11-26 16:56:22 -0800
committerAdam Vandenberg2011-11-26 16:56:22 -0800
commit4d92b957a8605ffe78bbca392ee320246a9a84c7 (patch)
tree100bfad51e691f9fb280cb26dba32743c5b11dcd /Library/Formula/jruby.rb
parent7c87e1f794212115dca85b80dc5e7ca5a97020d5 (diff)
downloadhomebrew-4d92b957a8605ffe78bbca392ee320246a9a84c7.tar.bz2
JRuby: remove suggestion from caveats
Diffstat (limited to 'Library/Formula/jruby.rb')
-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