# File lib/graphviz.rb, line 344
def
each_attribut
(
&
b
)
@graph
.
each
do
|
k
,
v
|
yield
(
k
,
v
)
end
end