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