From fac9bd041311c3533ae44d2d7ea6f4adac44f489 Mon Sep 17 00:00:00 2001 From: Clinton R. Nixon Date: Mon, 7 Sep 2009 00:13:03 -0400 Subject: JRuby formula 100% Java implementation of Ruby. --- Library/Formula/jruby.rb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Library/Formula/jruby.rb (limited to 'Library/Formula') diff --git a/Library/Formula/jruby.rb b/Library/Formula/jruby.rb new file mode 100644 index 000000000..58103e225 --- /dev/null +++ b/Library/Formula/jruby.rb @@ -0,0 +1,23 @@ +require 'brewkit' + +# My god! 20,000 files?! +# TODO trim that a bit? Seems crazy. + +class Jruby