Closed joegoggins closed 12 years ago
Though its pretty obvious to
require 'rubygems' gem 'jruby_sandbox'
before doing any of the usage examples, it tripped me up for 15 min or so trying to figure out what I did wrong, hopefully this bit of doc will help someone else.
Closing this pull request, no merge needed. This was a doc tweak.
omghax is right, you simply need to do require 'rubygems' before running the examples in the README, I had overcomplicated things.
require 'rubygems'
Though its pretty obvious to
before doing any of the usage examples, it tripped me up for 15 min or so trying to figure out what I did wrong, hopefully this bit of doc will help someone else.