This is related to this question:
http://stackoverflow.com/questions/3179797/how-to-use-rubytorrent-or-other-gems
I thought RubyGems is a package manager, similar to apt-get on Ubuntu...
So when do we need to require 'rubygems' in our code?
|
This is related to this question: http://stackoverflow.com/questions/3179797/how-to-use-rubytorrent-or-other-gems I thought RubyGems is a package manager, similar to apt-get on Ubuntu... So when do we need to |
|||
|
|
|
Use Alternatively, you can pass the On 1.9, rubygems is required implicilty, and you shouldn't have to do that. Here are some docs about it http://docs.rubygems.org/read/chapter/3 Note: Some have built solutions (zozo and faster_rubygems) to avoid Rubygems overhead http://www.ruby-forum.com/topic/212463 |
|||
|
|