Stefan Kroes

Results 2 comments of Stefan Kroes

Update: In my more complex real-life scenario, the `.dup` **does** seem to solve the problems

In my more complex scenario, I'm calling dup every time, which also fixes the bug. ``` require 'graph' g = GraphViz.new :G, type: 'digraph' options = { fontsize: 10 }...