# File lib/hashie/dash.rb, line 103
    def []=(property, value)
      assert_property_exists! property
      super(property.to_s, value)
    end