# File lib/rgl/mutable.rb, line 35
35:     def add_vertices (*a)
36:       a.each { |v| add_vertex v }
37:     end