require 'rubygems' for linux but not in windows. why? and can I fix this?
Posted
by user94154
on Stack Overflow
See other posts from Stack Overflow
or by user94154
Published on 2010-05-29T00:34:03Z
Indexed on
2010/05/29
0:42 UTC
Read the original article
Hit count: 248
I'm setting up a Linux development environment. After installing Ruby and RubyGems, I quickly found out that I need to require 'rubygems'
in order to use gems, whereas I do not need to do this in Windows Vista. Is there anything I can do to fix this? Should I even be worrying about it?
© Stack Overflow or respective owner