code-explorer
code-explorer copied to clipboard
Ruby call graph, class dependencies, code browser
Results
2
code-explorer issues
Sort by
recently updated
recently updated
newest added
I have a `group_by` method in my class, but `#group_by` is also being sent to some Hashes. The graph shows too many arrows to `group_by`. Just wanted to note this...
@mvidner I ran into below error after running `bundle exec code-explorer` ``` warning: parser/current is loading parser/ruby27, which recognizes warning: 2.7.x-compliant syntax, but you are running 3.2.1. warning: please see...