# File lib/hashie/dash.rb, line 94
    def [](property)
      assert_property_exists! property
      value = super(property.to_s)
      yield value if block_given?
      value
    end