# File raggle, line 572
      def initialize
        @tags = Hash.new
        yield self if block_given?
      end