Created
August 19, 2009 06:43
-
-
Save jof/170211 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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