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