# File lib/puppet/simple_graph.rb, line 15 15: def clear 16: @adjacencies[:in].clear 17: @adjacencies[:out].clear 18: @vertex = nil 19: end