Is something like this possible in Ruby (method overloading with pattern matching)? (from
https://www.toptal.com/ruby/ruby-pattern-matching-tutorial)
Is there a particular reason why `bundle gem my_gem` adds the Gemfile.lock to the repository?

Unit tests in Trailblazer: less code, more coverage.
by Nick Sutterer @apotonick Writing and maintaining automated tests for code is the most hated part...
DEV CommunityNice new Hash#inspect in Ruby 3.4, but now, all tests in Trailblazer in all gems are failing because we always test against strings for safety reasons. Anyone want to help out with fixing that for the future?
What's a good tool for memory profiling in Ruby? I want to see simple things, amount of used memory in a block. memory_profiler works great, but the report is very detailed...
Given the amount of responses of this "toot", 0, it's definitely not Mastodon! 😂
What's the more forward-compatible platform for presenting news about our OSS project, LinkedIn or Facebook?

Fetching models using the new Model::Find() macro
Trailblazer comes with predefined steps we call "macros" that help you with common tasks such as...
DEV CommunityWe are about to launch Model::Find() in Trailblazer, a replacement for Model().
https://trailblazer.to/2.1/docs/macro/#macro-model-model-find if you know what I'm talking about, I'd love to hear what you think about the much more customizable API.