# File lib/aws/indifferent_hash.rb, line 32 def initialize *args if args.first.is_a?(Hash) super() merge!(*args) else super(*args) end end