Created
January 13, 2010 02:16
-
-
Save snusnu/275864 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'extlib/assertions' # pull it in | |
require 'extlib/inflection' # use active_support | |
require 'extlib/lazy_array' # pull it in | |
require 'extlib/logger' # use active_support | |
require 'extlib/class' # pull it in | |
require 'extlib/hash' # use active_support | |
require 'extlib/mash' # use active_support (if available) | |
require 'extlib/pathname' # think about dropping | |
require 'extlib/module' # think about using active_support | |
require 'extlib/object' # pull it in | |
require 'extlib/hook' # pull it in | |
require 'extlib/blank' # use active_support | |
require 'extlib/array' # use active_support | |
require 'extlib/string' # use active_support | |
require 'extlib/try_dup' # use active_support (if available) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment