Attempt at a zippier HashWithIndifferentAccess for Ruby MRI (c) 2009 Lourens Naudé (methodmissing), James Tucker (raggi) http://github.com/methodmissing/hwia This library works with Ruby MRI > 1.8.6 && 1.9.2 and is a more efficient implementation of ActiveSupport::HashWithIndifferentAccess, which allows interchangeable use of string and symbol hash keys. The numbers ? methodmissing:hwia lourens$ r