# File lib/rgl/mutable.rb, line 76 76: def cycles_with_vertex(vertex) 77: cycles_with_vertex_helper(vertex, vertex, []) 78: end