Skip to content

Instantly share code, notes, and snippets.

@packrat386
Last active May 15, 2023 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save packrat386/c2255024eee292703aee2fd6a688b950 to your computer and use it in GitHub Desktop.
Save packrat386/c2255024eee292703aee2fd6a688b950 to your computer and use it in GitHub Desktop.
ag -G '\.rb$' --no-multiline -l '(^|^[^#]*(\s+|\.))(module_|class_|instance_)?eval(\s|\()' |
awk -F/ '{ count[$1]++ } END { for(tld in count) print tld ": " count[tld]; } ' |
sort -n -k 2 -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment