class Hashie::Mash

def compact

removed.
Returns a new instance of the class it was called on, with nil values
def compact
  self.class.new(super)
end