omghax / jruby-sandbox

JRuby VM sandboxes
MIT License
44 stars 26 forks source link

Added a tiny tweak to the README...this tripped me up for a minute and I figured I'd share. #4

Closed joegoggins closed 12 years ago

joegoggins commented 13 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.

joegoggins commented 12 years ago

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.