Method: FunctionGraph#display

Defined in:
lib/codegraph.rb

#displayObject

Display the graph with an interactive viewer



164
165
166
167
# File 'lib/codegraph.rb', line 164

def display
   dotty(Params)
   system("rm graph.dot") if File.exist?("graph.dot")
end