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