# File lib/rgl/mutable.rb, line 69
69:     def remove_vertices (*a)
70:       a.each { |v| remove_vertex v }
71:     end