WHAT IS try_require? Just a useful way to take advantage of a dependency when it's there, and not freaking out when it's not. WHOAMI Mathieu Martin => webmat@gmail.com This was inspired by my own article "irbrc for the runtime tramp" http://programblings.com/2008/04/11/irbrc-for-the-runtime-tramp/
webmat/try_require
Helps you manage soft dependencies. Useful in situations if the absence of a dependency is not critical.
Ruby