Skip to content

Commit

Permalink
Adding a note that 1.9 mode has to be enabled in JRuby.
Browse files Browse the repository at this point in the history
(Otherwise you get a syntax error on `class Batch; def initialize(enumerable=nil, options, &block)` - options needs to default to nil for compat)
  • Loading branch information
xaviershay committed Nov 3, 2011
1 parent 79b7cbb commit 6de2953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ girl\_friday is a Ruby library for performing asynchronous tasks. Often times y
Installation
------------------

We recommend using [JRuby 1.6+](http://jruby.org) or [Rubinius 2.0+](http://rubini.us) with girl\_friday. Both are excellent options for executing Ruby these days.
We recommend using [JRuby 1.6+](http://jruby.org) or [Rubinius 2.0+](http://rubini.us) with girl\_friday. Both are excellent options for executing Ruby these days. Make sure you set them to 1.9 mode.

gem install girl_friday

Expand Down

0 comments on commit 6de2953

Please sign in to comment.