# File lib/rgl/adjacency.rb, line 200 200: def to_undirected 201: return self unless directed? 202: AdjacencyGraph.new(Set, self) 203: end