Created
February 23, 2012 15:21
-
-
Save carlcrott/1893275 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example | |
1. Install Jruby ( I'm using RVM, which makes it painfully easy ) | |
2. Trial | |
<pre> | |
$ rvm install jruby | |
$ rvm use jruby | |
</pre> | |
Other options are available at http://jruby.org/getting-started | |
3. Run | |
<pre> | |
$ ruby oscar.rb | |
</pre> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment