[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

rubygems usage as a fallback



Hi,

Should we comment out rubygems usage as a fallback option too?

Like the gem turn is using it?

lib/turn/colorize.rb:

begin
  require 'ansi/code'
rescue LoadError
  begin
    require 'rubygems'
    require 'ansi/code'
  rescue LoadError
  end
end

thanks
Praveen
--
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.


Reply to: