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