Skip to content

Instantly share code, notes, and snippets.

@dkam
Created January 30, 2024 02:10
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 dkam/815bb3be75849cdfe56f86c23f4b431d to your computer and use it in GitHub Desktop.
Save dkam/815bb3be75849cdfe56f86c23f4b431d to your computer and use it in GitHub Desktop.
Find longest Wordpress Tag / Category
Feedjira.parse(URI.open("https://blog.booko.com.au/feed/").read).entries.max_by {|e| e.categories.max_by {|c| c.length }.then {|c| c.length } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment