# File lib/active_support/hash_with_indifferent_access.rb, line 19 def initialize(constructor = {}) if constructor.is_a?(Hash) super() update(constructor) else super(constructor) end end