Skip to content

Instantly share code, notes, and snippets.

@tisba
Created November 19, 2010 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tisba/706681 to your computer and use it in GitHub Desktop.
Save tisba/706681 to your computer and use it in GitHub Desktop.
(ruby-1.9.2-p0) {~} I ruby -v
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.5.0]
(ruby-1.9.2-p0) {~} I irb
ruby-1.9.2-p0 > require "iconv"
LoadError: no such file to load -- iconv
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from (irb):1
from /Users/basti/.rvm/rubies/ruby-1.9.2-p0/bin/irb:17:in `<main>'
ruby-1.9.2-p0 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment