# File lib/skeleton/graph.rb, line 9
def
initialize
@dep
=
Hash
.
new
{
|
h
,
k
|
h
[
k
] =
Set
.
new
}
end