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