> $ ruby --version
> ruby 1.9.1p378 (2010-01-10 revision 26273) [i486-linux]
> 
> $ irb
> irb(main):001:0> require "rubygems"
> => true
Wait. If you're on 1.9, that should return false. Are you sure it's 1.9?
> irb(main):002:0> require "dm-core"
> LoadError: no such file to load -- dm-core
>       from (irb):2:in `require'
>       from (irb):2
>       from /usr/bin/irb1.9.1:12:in `<main>'
irb>> $LOAD_PATH
gives you what?

-- 
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en.

Reply via email to