JRuby -  Ruby interpreter for Java
==================================

Authors: Jan Arne Petersen <japetersen@web.de>, 
         Stefan Matthias Aust <sma@3plus4.de>,
         Alan Moore <alan_moore@gmx.net>,
         Benoit Cerrina <b.cerrina@wanadoo.fr>,
         Ed Sinjiashvili <slorcim@users.sourceforge.net>
         Chad Fowler <chadfowler@chadfowler.com>

JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter
in Java.

The Java version is be tightly integrated with Java to allow both to script
any Java class and to embed the interpreter into any Java application.


Run
===

> java -jar jruby.jar rubyfile.rb

interprets the file 'rubyfile.rb'.


More Informations
=================

Visit http://jruby.sourceforge.net for more information.
