theHamdiz/smart_constructor
Once you've required 'smart_constructor', you're newly created classes will have a constructor that accepts any number of hash parameters and creates instance variables out of it on the fly, note: you have to be careful with this one and know exactly what you're doing, otherwise it will mess up you code base!
RubyMIT