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