Skip to content

Instantly share code, notes, and snippets.

@jof
Created August 19, 2009 06:43
Show Gist options
  • Save jof/170211 to your computer and use it in GitHub Desktop.
Save jof/170211 to your computer and use it in GitHub Desktop.
jof@think:~$ ruby -e "require 'rubygems';require 'serialport'"
(eval):1: (eval):1:in `private_class_method': undefined method `create' for class `Class' (NameError)
from (eval):1
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from -e:1
jof@think:~$ ruby -e 'require "reubygems";require "serialport"'
-e:1:in `require': no such file to load -- reubygems (LoadError)
from -e:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment