# File lib/celerity/identifier.rb, line 7
    def initialize(tag, attributes = {})
      @tag        = tag
      @attributes = attributes
      @text       = nil
    end