Skip to content

Instantly share code, notes, and snippets.

@snusnu
Created January 13, 2010 02:16
Show Gist options
  • Save snusnu/275864 to your computer and use it in GitHub Desktop.
Save snusnu/275864 to your computer and use it in GitHub Desktop.
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