84 Followers
101 Following
517 Posts
It seems like Apple has started to aggressively crawl, maybe with their own LLM crawler/indexer. I've never seen this much traffic from them before.

I'm not surprised by these stats, but I find them interesting. I would have maybe expected their order to be different considering population sizes.

(source: gemdocs.org search queries)

I've been exploring different ways of organizing complex tests and I thought it would be nice to have a different method of destructuring return values.

Introducing, the dot-assign operator(?) It feels quirky but it overlaps with method calls so I could see it feeling intuitive.

Check it out on the awesome Ruby Next playground!

https://ruby-next.github.io/#gist:ae6cfef082025f9cc7e0dae95377546c

Ruby Next Playground

This seems to be a common footgun with new Rubyists that I'd love to improve. Would you expect to see a `require` statement in the docs for each method inside `tmpdir`? Has anybody seen this done in ruby/ruby outside of large example blocks?