visualize_ruby icon indicating copy to clipboard operation
visualize_ruby copied to clipboard

Transform code into a flowchart and experimentally trace the execution path through it

Results 1 visualize_ruby issues
Sort by recently updated
recently updated
newest added

Hi and tanks for the work ```ruby if project.blocked? problems.each do |i| eat(:donuts) solve(i) end else sleep end puts 'ok' ``` the result is ![graph](https://user-images.githubusercontent.com/339660/101873204-d3342b00-3b86-11eb-826d-5f9a9f69cb37.png) the same without the if...