# File lib/hashery/propertyhash.rb, line 53
  def initialize(properties={})
    super()
    fixed = self.class.properties.merge(properties)
    replace(fixed)
  end