class Mail::IndifferentHash
def initialize(constructor = {})
def initialize(constructor = {}) if constructor.is_a?(Hash) super() update(constructor) else super(constructor) end end
def initialize(constructor = {}) if constructor.is_a?(Hash) super() update(constructor) else super(constructor) end end