# File lib/graphviz/attrs.rb, line 33
def
each
@data
.
each
do
|
k
,
v
|
yield
(
k
,
v
)
end
end