Saiho Yuen
2006-Jan-23 20:06 UTC
[Rails] require_library_or_gem, what this function does exactly?
Hi, I would like to know what the function require_library_or_gem does exactly and where can I find its source code?? Thanks you very much!!! Saiho __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Alex Young
2006-Jan-23 22:46 UTC
[Rails] require_library_or_gem, what this function does exactly?
Saiho Yuen wrote:> Hi, > > I would like to know what the function > require_library_or_gem does exactly and where can I > find its source code?? > > Thanks you very much!!!activesupport-1.2.5/lib/active_support/core_ext/kernel.rb. It does pretty much what it says on the tin. -- Alex