visualize_ruby
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  the same without the if...