# File lib/graphviz/elements.rb, line 3
    def initialize
      @elements = Array.new
      @elements_hash_by_type = Hash.new
    end