@joeldrapper Very cool stuff, thanks Joel. Have you run any benchmarks? 🍻
@joeldrapper Thanks!!! So, is this using pattern matching? I am not familiar with the syntax, yet.
Is something like this possible in Ruby (method overloading with pattern matching)? (from
https://www.toptal.com/ruby/ruby-pattern-matching-tutorial)
@hasani @purelyatom Interesting, thanks for publishing!
@pointlessone Hey, thanks for the link, very interesting! So, you think it should be checked in or not?
Is there a particular reason why `bundle gem my_gem` adds the Gemfile.lock to the repository?
@ahx Oh wow, that means one person here reads Mastodon!!! 😍 We post everything about TRB here: https://dev.to/trailblazer
Let me know what you think! 2025 will be the year of great releases!

Trailblazer — DEV Community Profile
A High-Level Architecture for Ruby.
DEV Community
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...