Skip to content

Instantly share code, notes, and snippets.

@dminuoso
Created October 30, 2017 16:44
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 dminuoso/ddca6ada4f5cb7eb65f9f21902a04788 to your computer and use it in GitHub Desktop.
Save dminuoso/ddca6ada4f5cb7eb65f9f21902a04788 to your computer and use it in GitHub Desktop.
usages = lines
.map(&:split)
.group_by(&loginL)
.map(&toUsage)
.sort_by(&:trafficOut)
.reverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment